fix potential crash
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user