mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Outlook reminder reset
This commit is contained in:
parent
ea449aeec6
commit
b563aaa3e7
1 changed files with 5 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue