add check for null preference
This commit is contained in:
@@ -466,6 +466,8 @@ namespace keepass2android
|
|||||||
private void UpdateAutofillPref()
|
private void UpdateAutofillPref()
|
||||||
{
|
{
|
||||||
var autofillPref = FindPreference(GetString(Resource.String.AutoFill_prefs_key));
|
var autofillPref = FindPreference(GetString(Resource.String.AutoFill_prefs_key));
|
||||||
|
if (autofillPref == null)
|
||||||
|
return;
|
||||||
if ((Android.OS.Build.VERSION.SdkInt < Android.OS.BuildVersionCodes.O) ||
|
if ((Android.OS.Build.VERSION.SdkInt < Android.OS.BuildVersionCodes.O) ||
|
||||||
!((AutofillManager) Activity.GetSystemService(Java.Lang.Class.FromType(typeof(AutofillManager))))
|
!((AutofillManager) Activity.GetSystemService(Java.Lang.Class.FromType(typeof(AutofillManager))))
|
||||||
.IsAutofillSupported)
|
.IsAutofillSupported)
|
||||||
|
|||||||
Reference in New Issue
Block a user