mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Revert "Reset hints on resetting questions"
This reverts commit 705cf18a34.
This commit is contained in:
@@ -164,6 +164,16 @@ public class ApplicationEx extends Application {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
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.putInt("version", BuildConfig.VERSION_CODE);
|
||||
|
||||
editor.apply();
|
||||
|
||||
Reference in New Issue
Block a user