TF1574: Fix space white when open keyboard

(cherry picked from commit a0fd7b1f6fa22543f004795deab623b0db2f4df9)
This commit is contained in:
HuyNguyen
2023-03-12 00:53:24 +07:00
committed by Dat Vu
parent 1b02311c41
commit 332ca1b351
@@ -53,6 +53,7 @@ class ComposerView extends GetWidget<ComposerController>
},
child: Scaffold(
backgroundColor: Colors.white,
resizeToAvoidBottomInset: false,
body: SafeArea(
right: responsiveUtils.isLandscapeMobile(context),
left: responsiveUtils.isLandscapeMobile(context),