mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Add comment.
This commit is contained in:
@@ -56,7 +56,8 @@ public class PasswordActivity extends BaseActivity {
|
||||
overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
|
||||
|
||||
if (!accountManager.accountExists()) {
|
||||
// TODO: Finish instead of deleting account?
|
||||
// This can happen on older devices if the app is relaunched from
|
||||
// recent apps after clearing data
|
||||
deleteAccount();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user