mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Clean contact info cache on manual clean
This commit is contained in:
@@ -113,6 +113,9 @@ public class WorkerCleanup extends Worker {
|
||||
|
||||
// Clear last search
|
||||
prefs.edit().remove("last_search").apply();
|
||||
|
||||
// Contact info cache
|
||||
ContactInfo.clearCache();
|
||||
}
|
||||
|
||||
long now = new Date().getTime();
|
||||
|
||||
Reference in New Issue
Block a user