From 255fb4e817b5b32667191f817bf40eeaf281c171 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Tue, 14 Mar 2023 13:31:54 +0700 Subject: [PATCH] TF1528: Remove set FullScreen for Vacation Web (cherry picked from commit d03b31d2282b0a3f759152954e78e6462c8b5492) --- .../manage_account/presentation/vacation/vacation_view.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/features/manage_account/presentation/vacation/vacation_view.dart b/lib/features/manage_account/presentation/vacation/vacation_view.dart index fa92e734d..7fc51f471 100644 --- a/lib/features/manage_account/presentation/vacation/vacation_view.dart +++ b/lib/features/manage_account/presentation/vacation/vacation_view.dart @@ -450,9 +450,7 @@ class VacationView extends GetWidget with RichTextButtonMixi defaultToolbarButtons: []), otherOptions: const html_editor_browser.OtherOptions(height: 150), callbacks: html_editor_browser.Callbacks( - onInit: () { - controller.richTextControllerForWeb.setFullScreenEditor(); - }, onChangeSelection: (settings) { + onChangeSelection: (settings) { controller.richTextControllerForWeb.onEditorSettingsChange(settings); }, onChangeContent: (String? changed) { controller.updateMessageHtmlText(changed);