fix ios icon & fix ios navigation bug

This commit is contained in:
2026-04-28 15:17:16 +02:00
parent 17f7f3287d
commit 2be2f69f30
101 changed files with 153 additions and 143 deletions

View File

@@ -18,7 +18,7 @@ class _MihMineSweeperTileState extends State<MihMineSweeperTile> {
Widget build(BuildContext context) {
return MihPackageTile(
onTap: () {
context.goNamed(
context.pushNamed(
"mihMinesweeper",
);
},