TF-2737 Separate PDF view handler between each browser

This commit is contained in:
DatDang
2024-03-21 17:46:22 +07:00
committed by Dat H. Pham
parent 6ccdbd66c4
commit 754987b59e
4 changed files with 262 additions and 35 deletions
@@ -828,7 +828,8 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
_downloadManager.openDownloadedFileWeb(
success.bytes,
success.attachment.type?.mimeType);
success.attachment.type?.mimeType,
success.attachment.name);
}
void _downloadAttachmentForWebFailureAction(DownloadAttachmentForWebFailure failure) {