mirror of https://github.com/M66B/FairEmail.git
Cleanup contact info cache
This commit is contained in:
parent
b206e9d9ce
commit
9d88abbe74
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue