fix potential crash

This commit is contained in:
Philipp Crocoll
2019-03-27 19:20:16 +01:00
parent fca8f5efbc
commit 016864edfc

View File

@@ -63,7 +63,7 @@ namespace keepass2android
} }
_ioc = App.Kp2a.CurrentDb.Ioc; _ioc = App.Kp2a.CurrentDb?.Ioc;
if (Intent.GetBooleanExtra(NoLockCheck, false)) if (Intent.GetBooleanExtra(NoLockCheck, false))
return; return;