1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 10:47:28 +00:00

Small fix

This commit is contained in:
M66B 2022-04-06 07:44:36 +02:00
parent e3638a6e4e
commit cfd0d5d125

View file

@ -460,7 +460,7 @@ public class EntityOperation {
int count = db.operation().getOperationCount(folder, name);
if (count >= MAX_FETCH) {
Log.i("Replacing fetch by sync folder=" + folder + " args=" + jargs + " count=" + count);
sync(context, folder, false, true);
sync(context, folder, false, false);
return;
}
}