keep caching setting enabled if user denies deletion of cache, as noted in https://github.com/PhilippC/keepass2android/issues/86#issuecomment-344752673 (see #86)

This commit is contained in:
Philipp Crocoll
2017-11-20 13:45:28 +01:00
parent a4361a28b2
commit 0741bcbbaa

View File

@@ -722,6 +722,7 @@ namespace keepass2android
builder.SetNegativeButton(App.Kp2a.GetResourceString(UiStringKey.no), (o, args) =>
{
((CheckBoxPreference) e.Preference).Checked = true;
}
);
builder.SetCancelable(false);