Fix bottom overflow of confirm dialog save message on landscape mobile
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1938,6 +1938,7 @@ class ComposerController extends BaseController
|
||||
outsideDismissible: false,
|
||||
autoPerformPopBack: false,
|
||||
isArrangeActionButtonsVertical: true,
|
||||
isScrollContentEnabled: responsiveUtils.isLandscapeMobile(context),
|
||||
usePopScope: true,
|
||||
onConfirmAction: () => _handleSaveMessageToDraft(context),
|
||||
onCancelAction: () {
|
||||
|
||||
Reference in New Issue
Block a user