diff --git a/lib/features/composer/presentation/composer_view.dart b/lib/features/composer/presentation/composer_view.dart index e862ad2a1..59d17b5d5 100644 --- a/lib/features/composer/presentation/composer_view.dart +++ b/lib/features/composer/presentation/composer_view.dart @@ -53,6 +53,7 @@ class ComposerView extends GetWidget }, child: Scaffold( backgroundColor: Colors.white, + resizeToAvoidBottomInset: false, body: SafeArea( right: responsiveUtils.isLandscapeMobile(context), left: responsiveUtils.isLandscapeMobile(context),