mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 02:15:45 +01:00
Oops
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user