mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Clean contact info cache on manual clean
This commit is contained in:
parent
0d1e33af50
commit
dceecf563a
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ public class WorkerCleanup extends Worker {
|
||||||
|
|
||||||
// Clear last search
|
// Clear last search
|
||||||
prefs.edit().remove("last_search").apply();
|
prefs.edit().remove("last_search").apply();
|
||||||
|
|
||||||
|
// Contact info cache
|
||||||
|
ContactInfo.clearCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
long now = new Date().getTime();
|
long now = new Date().getTime();
|
||||||
|
|
Loading…
Reference in a new issue