fix crash when searching from autofill/keyboard/search url. fixes https://github.com/PhilippC/keepass2android/issues/289
This commit is contained in:
@@ -405,7 +405,7 @@ namespace keepass2android
|
||||
|
||||
|
||||
string lastInfoText;
|
||||
if (IsTimeForInfotext(out lastInfoText))
|
||||
if (IsTimeForInfotext(out lastInfoText) && (FindViewById<TextView>(Resource.Id.info_head) != null))
|
||||
{
|
||||
|
||||
FingerprintUnlockMode um;
|
||||
|
Reference in New Issue
Block a user