mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
For my own convenience
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user