This commit is contained in:
Hillel Coren 2020-01-21 14:08:33 +02:00
parent f635a9d2f8
commit bdae623270
1 changed files with 0 additions and 10 deletions

View File

@ -138,15 +138,6 @@ class MainScreen extends StatelessWidget {
}
}
return Row(children: <Widget>[
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),
]),
);
*/
});
}
}