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