allow to activate search field also after QuickUnlock, not only full unlock. Closes #858

This commit is contained in:
Philipp Crocoll
2019-10-07 11:19:34 +02:00
parent 245794ed53
commit 1701c9142b

View File

@@ -329,6 +329,7 @@ namespace keepass2android
//database loaded
if (App.Kp2a.QuickLocked)
{
AppTask.CanActivateSearchViewOnStart = true;
var i = new Intent(this, typeof(QuickUnlock));
Util.PutIoConnectionToIntent(App.Kp2a.GetDbForQuickUnlock().Ioc, i);
Kp2aLog.Log("Starting QuickUnlock");