Fix bottom overflow of confirm dialog save message on landscape mobile

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-03 01:43:09 +07:00
committed by Dat H. Pham
parent 497b6325a8
commit 8c0a3bccfa
3 changed files with 21 additions and 4 deletions
@@ -1938,6 +1938,7 @@ class ComposerController extends BaseController
outsideDismissible: false,
autoPerformPopBack: false,
isArrangeActionButtonsVertical: true,
isScrollContentEnabled: responsiveUtils.isLandscapeMobile(context),
usePopScope: true,
onConfirmAction: () => _handleSaveMessageToDraft(context),
onCancelAction: () {