Fix another instance of the previously mentioned bug

pull/41/head
Alexander Bakker 8 years ago
parent 3e1c3ef3f1
commit 3970ccf94e

@ -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…
Cancel
Save