Prevent backoff lockout

This commit is contained in:
M66B 2020-03-03 09:55:03 +01:00
parent f0b88c8d2c
commit 869570eb27
1 changed files with 0 additions and 2 deletions

View File

@ -497,8 +497,6 @@ class Core {
if (ops.size() == 0)
state.batchCompleted(folder.id, priority, sequence);
else // abort
state.error(new OperationCanceledException());
} finally {
Log.i(folder.name + " end process state=" + state + " pending=" + ops.size());
}