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:
parent
dd8f163828
commit
ea7e9c1f7d
1 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue