Remove duplicated KeyboardVisibilityBuilder

This commit is contained in:
dab246
2024-04-25 02:21:42 +07:00
committed by Dat H. Pham
parent 32cb559fe0
commit 0a9feaf963
5 changed files with 4 additions and 15 deletions
@@ -217,7 +217,7 @@ class ComposerView extends GetWidget<ComposerController> {
onLoadCompletedEditorAction: controller.onLoadCompletedMobileEditorAction,
),
)),
SizedBox(height: MediaQuery.viewInsetsOf(context).bottom),
SizedBox(height: MediaQuery.viewInsetsOf(context).bottom + 64),
],
),
),
@@ -369,6 +369,7 @@ class ComposerView extends GetWidget<ComposerController> {
onLoadCompletedEditorAction: controller.onLoadCompletedMobileEditorAction,
),
)),
SizedBox(height: MediaQuery.viewInsetsOf(context).bottom + 64),
],
),
)