Skip delete send ops

pull/212/head
M66B 2 years ago
parent 3e65f9a2af
commit 073ac5fb61

@ -390,6 +390,10 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
break;
EntityOperation op = ops.get(0);
if (db.operation().getOperation(op.id) == null) {
ops.remove(op);
continue;
}
EntityMessage message = null;
if (op.message != null)

Loading…
Cancel
Save