BUG: Fix PP & TOS in Drawer
This commit is contained in:
parent
6a12fa9e6e
commit
9d807f7d28
1 changed files with 14 additions and 2 deletions
|
|
@ -200,7 +200,13 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
context.goNamed("aboutMih", extra: 1);
|
||||
context.goNamed(
|
||||
"aboutMih",
|
||||
extra: AboutArguments(
|
||||
true,
|
||||
2,
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
@ -230,7 +236,13 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
],
|
||||
),
|
||||
onTap: () {
|
||||
context.goNamed("aboutMih", extra: 2);
|
||||
context.goNamed(
|
||||
"aboutMih",
|
||||
extra: AboutArguments(
|
||||
true,
|
||||
2,
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue