diff --git a/lib/ui/app/main_screen.dart b/lib/ui/app/main_screen.dart index b67fe0326..36eac23fc 100644 --- a/lib/ui/app/main_screen.dart +++ b/lib/ui/app/main_screen.dart @@ -138,15 +138,6 @@ class MainScreen extends StatelessWidget { } } - return Row(children: [ - if (prefState.showMenu) ...[ - MenuDrawerBuilder(), - _CustomDivider(), - ], - Expanded(child: screen), - ]); - - /* return WillPopScope( onWillPop: () async { final state = store.state; @@ -182,7 +173,6 @@ class MainScreen extends StatelessWidget { Expanded(child: screen), ]), ); - */ }); } }