1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 02:28:18 +00:00

Reset last search on resetting questions

This commit is contained in:
M66B 2020-04-10 13:34:20 +02:00
parent 506698ed03
commit 0aad5fc95d
2 changed files with 1 additions and 3 deletions

View file

@ -92,6 +92,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
"crash_reports_asked", "review_asked", "review_later", "why",
"reply_hint", "html_always_images", "print_html_confirmed",
"selected_folders", "move_1_confirmed", "move_n_confirmed",
"last_search",
"identities_asked", "cc_bcc", "inline_image_hint", "compose_reference", "send_dialog",
"setup_reminder", "setup_advanced"
};

View file

@ -112,9 +112,6 @@ public class WorkerCleanup extends Worker {
ServiceSynchronize.reschedule(context);
// Clear last search
prefs.edit().remove("last_search").apply();
// Contact info cache
ContactInfo.clearCache();
}