TF-2983 Fix download EML with special character
This commit is contained in:
@@ -49,7 +49,7 @@ class Attachment with EquatableMixin {
|
||||
'name' : name ?? '',
|
||||
'type' : type?.mimeType ?? '',
|
||||
});
|
||||
return Uri.decodeFull(downloadUri);
|
||||
return downloadUri;
|
||||
}
|
||||
|
||||
String generateFileName() {
|
||||
|
||||
Reference in New Issue
Block a user