use new home logic

This commit is contained in:
2025-08-20 11:52:34 +02:00
parent 68073ed062
commit 89724bb952
20 changed files with 274 additions and 156 deletions

View File

@@ -45,10 +45,7 @@ class _MzansiCalendarState extends State<MzansiCalendar> {
// Navigator.of(context).pop();
context.goNamed(
'mihHome',
extra: AuthArguments(
true,
false,
),
extra: true,
);
FocusScope.of(context).unfocus();
},