1
0
Fork 0
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:
M66B 2024-07-04 14:59:53 +02:00
parent ea449aeec6
commit b563aaa3e7

View file

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