Add comment.

This commit is contained in:
akwizgran
2018-08-07 10:50:08 +01:00
parent 677a6529f4
commit ecb6661b12

View File

@@ -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;
}