Navigation improvements
This commit is contained in:
parent
ff854b2a06
commit
0b56a02a0b
9 changed files with 151 additions and 160 deletions
|
|
@ -203,7 +203,7 @@ class _ActiveFiresPageState extends State<ActiveFiresPage> {
|
|||
return Scaffold(
|
||||
key: _scaffoldKey,
|
||||
// FIXME new?
|
||||
drawer: MainDrawer.getDrawer(context),
|
||||
drawer: new MainDrawer(context, ActiveFiresPage.routeName),
|
||||
appBar: new AppBar(
|
||||
title: Text(title),
|
||||
leading: IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue