Outlook warning one month in advance

This commit is contained in:
M66B
2022-07-01 08:23:35 +02:00
parent 7216e1cd57
commit d13f8f3e02
2 changed files with 12 additions and 13 deletions

View File

@@ -241,7 +241,8 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
"signature_images_hint",
"gmail_checked",
"eml_auto_confirm",
"open_with_pkg", "open_with_tabs"
"open_with_pkg", "open_with_tabs",
"gmail_checked", "outlook_checked"
};
@Override
@@ -1621,11 +1622,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
editor.remove(key);
}
if (BuildConfig.DEBUG) {
editor.remove("gmail_checked");
editor.remove("outlook_checked");
}
editor.apply();
ToastEx.makeText(context, R.string.title_setup_done, Toast.LENGTH_LONG).show();