NEW: fix home nav
This commit is contained in:
@@ -52,7 +52,6 @@ class _PatManagerState extends State<PatManager> {
|
||||
// Navigator.of(context).pop();
|
||||
context.goNamed(
|
||||
'mihHome',
|
||||
extra: false,
|
||||
);
|
||||
FocusScope.of(context).unfocus();
|
||||
},
|
||||
|
||||
@@ -48,7 +48,6 @@ class _PatientProfileState extends State<PatientProfile> {
|
||||
} else {
|
||||
context.goNamed(
|
||||
'mihHome',
|
||||
extra: true,
|
||||
);
|
||||
}
|
||||
FocusScope.of(context).unfocus();
|
||||
|
||||
Reference in New Issue
Block a user