TF-2667 Show sending message dialog when click send button
This commit is contained in:
@@ -255,8 +255,7 @@ class UploadController extends BaseController {
|
||||
return null;
|
||||
}
|
||||
return attachmentsUploaded
|
||||
.map((attachment) => attachment.toEmailBodyPart(
|
||||
disposition: ContentDisposition.attachment.value))
|
||||
.map((attachment) => attachment.toEmailBodyPart())
|
||||
.toSet();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user