TF1574: Fix space white when open keyboard
(cherry picked from commit a0fd7b1f6fa22543f004795deab623b0db2f4df9)
This commit is contained in:
@@ -53,6 +53,7 @@ class ComposerView extends GetWidget<ComposerController>
|
|||||||
},
|
},
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
backgroundColor: Colors.white,
|
backgroundColor: Colors.white,
|
||||||
|
resizeToAvoidBottomInset: false,
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
right: responsiveUtils.isLandscapeMobile(context),
|
right: responsiveUtils.isLandscapeMobile(context),
|
||||||
left: responsiveUtils.isLandscapeMobile(context),
|
left: responsiveUtils.isLandscapeMobile(context),
|
||||||
|
|||||||
Reference in New Issue
Block a user