mirror of https://github.com/M66B/FairEmail.git
Fixed edge case when switching idenity
This commit is contained in:
parent
ad938572c3
commit
6e80de2df6
|
@ -1945,6 +1945,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
draft.msgid = EntityMessage.generateMessageId();
|
||||
draft.content = true;
|
||||
draft.ui_hide = false;
|
||||
EntityOperation.queue(context, db, draft, EntityOperation.ADD);
|
||||
}
|
||||
|
||||
List<EntityAttachment> attachments = db.attachment().getAttachments(draft.id);
|
||||
|
|
Loading…
Reference in New Issue