File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/features/composer/presentation Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1009,9 +1009,7 @@ class ComposerController extends BaseController with DragDropFileMixin implement
10091009 inlineAttachments: uploadController.mapInlineAttachments,
10101010 outboxMailboxId: mailboxDashBoardController.outboxMailbox? .mailboxId,
10111011 sentMailboxId: mailboxDashBoardController.mapDefaultMailboxIdByRole[PresentationMailbox .roleSent],
1012- draftsEmailId: composerArguments.value! .emailActionType == EmailActionType .editDraft
1013- ? composerArguments.value! .presentationEmail? .id
1014- : null ,
1012+ draftsEmailId: _getDraftEmailId (),
10151013 answerForwardEmailId: composerArguments.value! .presentationEmail? .id,
10161014 unsubscribeEmailId: composerArguments.value! .previousEmailId,
10171015 messageId: composerArguments.value! .messageId,
You can’t perform that action at this time.
0 commit comments