Reset hints on resetting questions

This commit is contained in:
M66B
2019-09-26 20:39:07 +02:00
parent 1b0f15394d
commit 705cf18a34
2 changed files with 2 additions and 10 deletions

View File

@@ -164,16 +164,6 @@ 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();