NEW: fix home nav

This commit is contained in:
2025-10-21 09:53:37 +02:00
parent 2e69e1dd92
commit 15106d0a00
14 changed files with 138 additions and 149 deletions

View File

@@ -43,7 +43,6 @@ class _MzansiBusinessProfileState extends State<MzansiBusinessProfile> {
onTap: () {
context.goNamed(
'mihHome',
extra: false,
);
FocusScope.of(context).unfocus();
context.read<MzansiProfileProvider>().setBusinessIndex(0);

View File

@@ -40,7 +40,6 @@ class _MzansiProfileState extends State<MzansiProfile> {
// Navigator.of(context).pop();
context.goNamed(
'mihHome',
extra: true,
);
FocusScope.of(context).unfocus();
},