fix bug with showing auto-fill hint too often

This commit is contained in:
Philipp Crocoll
2018-01-23 20:32:01 +01:00
parent c911a7a310
commit 393f3e5737

View File

@@ -357,8 +357,8 @@ namespace keepass2android
if (!((AutofillManager) GetSystemService(Java.Lang.Class.FromType(typeof(AutofillManager))))
.HasEnabledAutofillServices)
{
//if (!_prefs.GetBoolean(autofillservicewasenabled, false))
canShowAutofillInfo = true;
if (!_prefs.GetBoolean(autofillservicewasenabled, false))
canShowAutofillInfo = true;
}
else
{