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:
parent
541a904cf5
commit
2cfc34eaf0
1 changed files with 3 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue