TF-3427 Fix subject was not in print & click outside context menu can not close
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -48,6 +48,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
||||
children: [
|
||||
if (controller.responsiveUtils.isLandscapeMobile(context))
|
||||
Obx(() => LandscapeAppBarComposerWidget(
|
||||
imagePaths: controller.imagePaths,
|
||||
isSendButtonEnabled: controller.isEnableEmailSendButton.value,
|
||||
onCloseViewAction: () => controller.handleClickCloseComposer(context),
|
||||
sendMessageAction: () => controller.handleClickSendButton(context),
|
||||
@@ -73,6 +74,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
||||
))
|
||||
else
|
||||
Obx(() => AppBarComposerWidget(
|
||||
imagePaths: controller.imagePaths,
|
||||
isSendButtonEnabled: controller.isEnableEmailSendButton.value,
|
||||
onCloseViewAction: () => controller.handleClickCloseComposer(context),
|
||||
sendMessageAction: () => controller.handleClickSendButton(context),
|
||||
|
||||
Reference in New Issue
Block a user