TF-3427 Collapse side features of the composer in a side menu
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -471,6 +471,11 @@ class UploadController extends BaseController {
|
||||
return mapInlineAttachments;
|
||||
}
|
||||
|
||||
List<Attachment> get allAttachmentsUploaded => [
|
||||
...attachmentsUploaded,
|
||||
...inlineAttachmentsUploaded,
|
||||
];
|
||||
|
||||
void _handleUploadAttachmentFailure(UploadAttachmentFailure failure) {
|
||||
if (currentContext != null && currentOverlayContext != null) {
|
||||
appToast.showToastErrorMessage(
|
||||
|
||||
Reference in New Issue
Block a user