update about MIH nav
This commit is contained in:
parent
deb0a1d0b8
commit
ffb0237df2
8 changed files with 32 additions and 1278 deletions
|
|
@ -200,10 +200,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/about',
|
||||
arguments: 1,
|
||||
);
|
||||
context.goNamed("aboutMih", extra: 1);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
@ -233,10 +230,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/about',
|
||||
arguments: 2,
|
||||
);
|
||||
context.goNamed("aboutMih", extra: 2);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue