BUG: Fix PP & TOS in Drawer

This commit is contained in:
2025-09-30 11:11:13 +02:00
parent 6a12fa9e6e
commit 9d807f7d28

View File

@@ -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(