mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 14:59:14 +00:00
Fix another instance of the previously mentioned bug
This commit is contained in:
parent
3e1c3ef3f1
commit
3970ccf94e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class MainActivity extends AegisActivity implements KeyProfileView.Listen
|
|||
super.onNewIntent(intent);
|
||||
setIntent(intent);
|
||||
|
||||
if (!doShortcutActions()) {
|
||||
if (!doShortcutActions() || _db.isLocked()) {
|
||||
startAuthActivity();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue