[HOT-FIX] Download attachment is failed on iOS (#4405)

This commit is contained in:
Dat Vu
2026-03-24 22:16:43 +07:00
committed by GitHub
parent 6a34e27340
commit 8fff83a735
3 changed files with 130 additions and 6 deletions
@@ -277,7 +277,7 @@ class EmailAPI
return _downloadManager.downloadFile(
attachment.getDownloadUrl(baseDownloadUrl, accountId),
getTemporaryDirectory(),
attachment.name ?? '',
attachment.generateFileName(),
authentication,
cancelToken: cancelToken);
}