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

@@ -525,10 +525,7 @@ class _AddPatientState extends State<AddPatient> {
onTap: () {
context.goNamed(
'mihHome',
extra: AuthArguments(
true,
false,
),
extra: true,
);
FocusScope.of(context).unfocus();
},

View File

@@ -45,10 +45,7 @@ class _PatientProfileState extends State<PatientProfile> {
onTap: () {
context.goNamed(
'mihHome',
extra: AuthArguments(
true,
false,
),
extra: true,
);
FocusScope.of(context).unfocus();
},