mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Skip delete send ops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user