TF-2983 Fix download EML with special character

This commit is contained in:
DatDang
2024-09-25 10:38:11 +07:00
committed by Dat H. Pham
parent f8bcb96802
commit cf67fda510
2 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class Attachment with EquatableMixin {
'name' : name ?? '',
'type' : type?.mimeType ?? '',
});
return Uri.decodeFull(downloadUri);
return downloadUri;
}
String generateFileName() {