fix ios icon & fix ios navigation bug
This commit is contained in:
parent
17f7f3287d
commit
2be2f69f30
101 changed files with 153 additions and 143 deletions
|
|
@ -22,7 +22,7 @@ class _PatManagerTileState extends State<PatManagerTile> {
|
|||
return MihPackageTile(
|
||||
authenticateUser: true,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
'patientManager',
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class _PatientProfileTileState extends State<PatientProfileTile> {
|
|||
PatientManagerProvider patManProvider =
|
||||
context.read<PatientManagerProvider>();
|
||||
patManProvider.setPersonalMode(true);
|
||||
context.goNamed("patientProfile");
|
||||
context.pushNamed("patientProfile");
|
||||
},
|
||||
packageName: "Patient Profile",
|
||||
packageIcon: Icon(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue