mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Outlook reminder reset
This commit is contained in:
@@ -893,6 +893,11 @@ public class ApplicationEx extends Application
|
||||
ContactInfo.clearCache(context); // SVG scale
|
||||
}
|
||||
|
||||
if (version < 2210) {
|
||||
if (!BuildConfig.DEBUG)
|
||||
editor.remove("outlook_last_checked").remove("outlook_checked");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user