mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
010e53b350
commit
2568876fca
|
@ -253,11 +253,9 @@ class Core {
|
||||||
if (message != null)
|
if (message != null)
|
||||||
db.message().setMessageError(message.id, null);
|
db.message().setMessageError(message.id, null);
|
||||||
|
|
||||||
if (!EntityOperation.SYNC.equals(op.name)) {
|
|
||||||
db.operation().setOperationState(op.id, "executing");
|
db.operation().setOperationState(op.id, "executing");
|
||||||
for (TupleOperationEx s : similar.keySet())
|
for (TupleOperationEx s : similar.keySet())
|
||||||
db.operation().setOperationState(s.id, "executing");
|
db.operation().setOperationState(s.id, "executing");
|
||||||
}
|
|
||||||
|
|
||||||
db.setTransactionSuccessful();
|
db.setTransactionSuccessful();
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in New Issue