Fix another instance of the previously mentioned bug

This commit is contained in:
Alexander Bakker 2017-12-26 19:29:47 +01:00
parent 3e1c3ef3f1
commit 3970ccf94e

View file

@ -110,7 +110,7 @@ public class MainActivity extends AegisActivity implements KeyProfileView.Listen
super.onNewIntent(intent); super.onNewIntent(intent);
setIntent(intent); setIntent(intent);
if (!doShortcutActions()) { if (!doShortcutActions() || _db.isLocked()) {
startAuthActivity(); startAuthActivity();
} }
} }