1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Too early

This commit is contained in:
M66B 2022-05-12 09:36:45 +02:00
parent 6a4dc94c38
commit 872add8a75

View file

@ -4824,6 +4824,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
private boolean checkOutlook() {
if (!BuildConfig.DEBUG)
return false;
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
if (prefs.getBoolean("outlook_checked", false))
return false;