pop to home
This commit is contained in:
parent
b5d8d92ccd
commit
7238c5b44f
3 changed files with 3 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
|
||||||
icon: Icons.arrow_back,
|
icon: Icons.arrow_back,
|
||||||
iconSize: 35,
|
iconSize: 35,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -287,7 +287,7 @@ class _ManageBusinessProfileState extends State<ManageBusinessProfile> {
|
||||||
icon: Icons.arrow_back,
|
icon: Icons.arrow_back,
|
||||||
iconSize: 35,
|
iconSize: 35,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ class _PatientViewState extends State<PatientView> {
|
||||||
icon: Icons.arrow_back,
|
icon: Icons.arrow_back,
|
||||||
iconSize: 35,
|
iconSize: 35,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue