1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Cleanup failed operations

This commit is contained in:
M66B 2020-02-08 12:28:37 +01:00
parent 541a904cf5
commit 2cfc34eaf0

View file

@ -493,6 +493,9 @@ class Core {
}
}
for (TupleOperationEx op : ops)
op.cleanup(context);
if (ops.size() > 0 && state.isRunning() && state.isRecoverable())
Log.e("Operations failed=" + ops.size());