Skip delete send ops

This commit is contained in:
M66B 2023-02-02 12:05:12 +01:00
parent 3e65f9a2af
commit 073ac5fb61
1 changed files with 4 additions and 0 deletions

View File

@ -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)