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:
@@ -722,6 +722,7 @@ namespace keepass2android
|
||||
|
||||
builder.SetNegativeButton(App.Kp2a.GetResourceString(UiStringKey.no), (o, args) =>
|
||||
{
|
||||
((CheckBoxPreference) e.Preference).Checked = true;
|
||||
}
|
||||
);
|
||||
builder.SetCancelable(false);
|
||||
|
||||
Reference in New Issue
Block a user