mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Small fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user