TF-2930 Fix inline attachment lost when reply email

This commit is contained in:
dab246
2024-08-07 06:32:45 +02:00
committed by Dat H. Pham
parent b0ee2f24ba
commit 4ccb46137a
@@ -625,6 +625,10 @@ class ComposerController extends BaseController with DragDropFileMixin implement
presentationEmail: arguments.presentationEmail!,
actionType: arguments.emailActionType
);
_initAttachmentsAndInlineImages(
attachments: arguments.attachments,
inlineImages: arguments.inlineImages);
_transformHtmlEmailContent(arguments.emailContents);
break;
case EmailActionType.forward: