For my own convenience

pull/157/head
M66B 5 years ago
parent 20bdcf65b0
commit 151c479269

@ -275,6 +275,17 @@ public class ApplicationEx extends Application {
editor.putInt("version", BuildConfig.VERSION_CODE);
editor.apply();
}
if (BuildConfig.DEBUG && false) {
SharedPreferences.Editor editor = prefs.edit();
editor.remove("app_support");
editor.remove("notify_archive");
editor.remove("message_swipe");
editor.remove("message_select");
editor.remove("folder_actions");
editor.remove("folder_sync");
editor.apply();
}
}
static Context getLocalizedContext(Context context) {

Loading…
Cancel
Save