mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Outlook warning one month in advance
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user