Too early

This commit is contained in:
M66B 2022-05-12 09:36:45 +02:00
parent 6a4dc94c38
commit 872add8a75
1 changed files with 3 additions and 0 deletions

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;