fix ios icon & fix ios navigation bug
This commit is contained in:
@@ -19,7 +19,7 @@ class _MzansiBusinessProfileTileState extends State<MzansiBusinessProfileTile> {
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
"businessProfileManage",
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
|
||||
@@ -24,7 +24,7 @@ class _MzansiSetupBusinessProfileTileState
|
||||
context.read<MzansiProfileProvider>();
|
||||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
'businessProfileSetup',
|
||||
extra: profileProvider.user,
|
||||
);
|
||||
|
||||
@@ -20,7 +20,7 @@ class _MzansiProfileTileState extends State<MzansiProfileTile> {
|
||||
// ImageProvider logo = MzansiInnovationHub.of(context)!.theme.logoImage();
|
||||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
'mzansiProfileManage',
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user