mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
f5a9d4afef
commit
524bb3c26d
|
@ -4870,8 +4870,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
private boolean checkOutlook() {
|
||||
final Context context = getContext();
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
//if (prefs.getBoolean("outlook_checked", false))
|
||||
// return false;
|
||||
if (prefs.getBoolean("outlook_checked", false))
|
||||
return false;
|
||||
|
||||
Calendar cal = Calendar.getInstance();
|
||||
cal.set(Calendar.MILLISECOND, 0);
|
||||
|
|
Loading…
Reference in New Issue