mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Reset hints on resetting questions
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -71,6 +71,8 @@ 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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user