Web
This commit is contained in:
parent
f635a9d2f8
commit
bdae623270
|
|
@ -138,15 +138,6 @@ class MainScreen extends StatelessWidget {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Row(children: <Widget>[
|
|
||||||
if (prefState.showMenu) ...[
|
|
||||||
MenuDrawerBuilder(),
|
|
||||||
_CustomDivider(),
|
|
||||||
],
|
|
||||||
Expanded(child: screen),
|
|
||||||
]);
|
|
||||||
|
|
||||||
/*
|
|
||||||
return WillPopScope(
|
return WillPopScope(
|
||||||
onWillPop: () async {
|
onWillPop: () async {
|
||||||
final state = store.state;
|
final state = store.state;
|
||||||
|
|
@ -182,7 +173,6 @@ class MainScreen extends StatelessWidget {
|
||||||
Expanded(child: screen),
|
Expanded(child: screen),
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue