pull/156/head
M66B 5 years ago
parent 8a8c981e9a
commit 57932f7307

@ -182,7 +182,8 @@ class Core {
// Operations should use database transaction when needed
db.operation().setOperationState(op.id, "executing");
if (!EntityOperation.SYNC.equals(op.name))
db.operation().setOperationState(op.id, "executing");
switch (op.name) {
case EntityOperation.SEEN:

Loading…
Cancel
Save