Clean contact info cache on manual clean

This commit is contained in:
M66B
2020-03-24 19:02:19 +01:00
parent 0d1e33af50
commit dceecf563a

View File

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