fix crash when searching from autofill/keyboard/search url. fixes https://github.com/PhilippC/keepass2android/issues/289

This commit is contained in:
Philipp Crocoll
2018-03-21 04:57:27 +01:00
parent d986d8f398
commit dc45613b7b

View File

@@ -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;