mirror of https://github.com/M66B/FairEmail.git
Too early
This commit is contained in:
parent
6a4dc94c38
commit
872add8a75
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue