From bdae623270381d7a8913b1ac0dfab136135ae384 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 21 Jan 2020 14:08:33 +0200 Subject: [PATCH] Web --- lib/ui/app/main_screen.dart | 10 ---------- 1 file changed, 10 deletions(-) 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), ]), ); - */ }); } }