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:
dab246
2024-03-01 00:49:32 +07:00
committed by Dat H. Pham
parent 5fb314f315
commit ea30322cbd
3 changed files with 15 additions and 26 deletions
@@ -385,7 +385,7 @@ class ComposerView extends GetWidget<ComposerController> {
child: DropZoneWidget(
width: constraints.maxWidth,
height: constraints.maxHeight,
addAttachmentFromDropZone: controller.addAttachmentFromDropZone,
addAttachmentFromDropZone: controller.addAttachmentWhenDragFromOtherEmail,
)
)
],