Revert "Reset hints on resetting questions"

This reverts commit 705cf18a34.
This commit is contained in:
M66B 2019-09-26 20:44:32 +02:00
parent 705cf18a34
commit a1762e0b91
2 changed files with 10 additions and 2 deletions

View File

@ -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();

View File

@ -71,8 +71,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
private final static String[] RESET_QUESTIONS = new String[]{
"welcome", "crash_reports_asked",
"app_support", "notify_archive", "message_swipe", "message_select",
"folder_actions", "folder_sync",
"show_html_confirmed", "print_html_confirmed",
"identities_asked", "edit_ref_confirmed", "delete_ref_confirmed"
};