mirror of https://github.com/M66B/FairEmail.git
Cleanup failed operations
This commit is contained in:
parent
541a904cf5
commit
2cfc34eaf0
|
@ -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 New Issue