Hotfix Html attachment previewer on mobile (#3442)
This commit is contained in:
@@ -276,7 +276,8 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
htmlContent: success.sanitizedHtmlContent,
|
||||
mailToClicked: openMailToLink,
|
||||
downloadAttachmentClicked: () {
|
||||
downloadAttachmentForWeb(success.attachment);
|
||||
if (currentContext == null || attachments.isEmpty) return;
|
||||
handleDownloadAttachmentAction(currentContext!, success.attachment);
|
||||
},
|
||||
responsiveUtils: responsiveUtils,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user