mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Revert "Fixed send debug info immediately"
This reverts commit 6123df206d.
This commit is contained in:
@@ -2280,10 +2280,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
db.beginTransaction();
|
||||
|
||||
EntityMessage draft = db.message().getMessage(id);
|
||||
EntityIdentity primary = db.identity().getPrimaryIdentity();
|
||||
if (draft != null && primary != null) {
|
||||
if (draft != null) {
|
||||
draft.folder = EntityFolder.getOutbox(context).id;
|
||||
draft.identity = primary.id;
|
||||
db.message().updateMessage(draft);
|
||||
|
||||
EntityOperation.queue(context, draft, EntityOperation.SEND);
|
||||
|
||||
Reference in New Issue
Block a user