An error occurred while fetching the assigned milestone of the selected merge_request.
Prevent multiple instances of PasswordActivity
1 unresolved thread
1 unresolved thread
This branch fixes the last part of #909 (closed): multiple instances of PasswordActivity being shown when multiple activities are started via intents. It also fixes a bug where PasswordActivity would be shown after signing out if the account was deleted at the previous sign in. (I thought we had a ticket for that but I can't find it.)
Closes #909 (closed)
Merge request reports
Activity
61 60 super.onStart(); 62 61 if (!briarController.hasEncryptionKey() && !isFinishing()) { 63 62 Intent i = new Intent(this, PasswordActivity.class); 64 i.setFlags(FLAG_ACTIVITY_SINGLE_TOP); mentioned in commit 199a2ffc
Please register or sign in to reply