mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Exclude Live and Hotmail accounts for Outlook check
This commit is contained in:
@@ -1613,6 +1613,11 @@ 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