TF-2644 Display warning dialog when drag from other email exceeded maximum size in composer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -385,7 +385,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
||||
child: DropZoneWidget(
|
||||
width: constraints.maxWidth,
|
||||
height: constraints.maxHeight,
|
||||
addAttachmentFromDropZone: controller.addAttachmentFromDropZone,
|
||||
addAttachmentFromDropZone: controller.addAttachmentWhenDragFromOtherEmail,
|
||||
)
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user