mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +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);
|
overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
|
||||||
|
|
||||||
if (!accountManager.accountExists()) {
|
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();
|
deleteAccount();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user