fix back button on Calcendar, directory, AI, about

This commit is contained in:
2025-09-15 11:20:44 +02:00
parent ac4ad04788
commit 1194f5df9c
11 changed files with 69 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ class _MzansiAiState extends State<MzansiAi> {
onTap: () {
context.goNamed(
'mihHome',
extra: true,
extra: widget.arguments.personalSelected,
);
FocusScope.of(context).unfocus();
},