mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Small fix
This commit is contained in:
parent
e3638a6e4e
commit
cfd0d5d125
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ public class EntityOperation {
|
||||||
int count = db.operation().getOperationCount(folder, name);
|
int count = db.operation().getOperationCount(folder, name);
|
||||||
if (count >= MAX_FETCH) {
|
if (count >= MAX_FETCH) {
|
||||||
Log.i("Replacing fetch by sync folder=" + folder + " args=" + jargs + " count=" + count);
|
Log.i("Replacing fetch by sync folder=" + folder + " args=" + jargs + " count=" + count);
|
||||||
sync(context, folder, false, true);
|
sync(context, folder, false, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue