This commit is contained in:
M66B 2022-07-01 18:49:23 +02:00
parent f5a9d4afef
commit 524bb3c26d
1 changed files with 2 additions and 2 deletions

View File

@ -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);