diff --git a/lib/index.dart b/lib/index.dart index 0de524c76..c6c5ef134 100644 --- a/lib/index.dart +++ b/lib/index.dart @@ -79,13 +79,11 @@ class _MainStagePageState extends State { if (context.isPortrait) { final isKeyboardOpen = MediaQuery.of(context).viewInsets.bottom != 0.0; return Scaffold( - resizeToAvoidBottomInset: false, body: widget.navigationShell, bottomNavigationBar: isKeyboardOpen ? null : buildButtonNavigationBar(), ); } else { return Scaffold( - resizeToAvoidBottomInset: false, body: [ buildNavigationRail(), const VerticalDivider(),