Remove app upgrade

pull/194/merge
M66B 4 years ago
parent dd8f163828
commit ea7e9c1f7d

@ -594,8 +594,7 @@ public class ApplicationEx extends Application
boolean reply_all = prefs.getBoolean("reply_all", false); boolean reply_all = prefs.getBoolean("reply_all", false);
if (reply_all) if (reply_all)
editor.remove("reply_all").putString("answer_action", "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) if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service"); editor.remove("background_service");

Loading…
Cancel
Save