Exclude Live and Hotmail accounts for Outlook check

This commit is contained in:
M66B
2022-05-12 08:07:15 +02:00
parent 93c3169f5a
commit 4a51f866e6
2 changed files with 10 additions and 1 deletions

View File

@@ -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();