1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Remove app upgrade

This commit is contained in:
M66B 2022-02-19 08:16:44 +01:00
parent dd8f163828
commit ea7e9c1f7d

View file

@ -594,8 +594,7 @@ public class ApplicationEx extends Application
boolean reply_all = prefs.getBoolean("reply_all", false);
if (reply_all)
editor.remove("reply_all").putString("answer_action", "reply_all");
} else if (version < 1841)
ContactInfo.clearCache(context);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");