Cleanup contact info cache

This commit is contained in:
M66B 2020-12-11 08:36:28 +01:00
parent b206e9d9ce
commit 9d88abbe74
1 changed files with 3 additions and 1 deletions

View File

@ -262,7 +262,9 @@ public class WorkerCleanup extends Worker {
}
// Cleanup contact info
if (!manual)
if (manual)
ContactInfo.clearCache(context, true);
else
ContactInfo.cleanup(context);
Log.i("Cleanup FTS=" + fts);