mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Prevent deleting executing operations
This commit is contained in:
@@ -414,7 +414,7 @@ public class ServiceSend extends ServiceBase {
|
||||
db.folder().setFolderError(outbox.id, null);
|
||||
|
||||
// Delete pending operations
|
||||
db.operation().deleteOperations(outbox.id);
|
||||
db.operation().deletePendingOperations(outbox.id);
|
||||
|
||||
// Requeue operations
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user