forked from yaso_meth/mih-project
fix error when going back after cancelling appointment
This commit is contained in:
@@ -54,7 +54,6 @@ class _BuildPatientsListState extends State<BuildPatientQueueList> {
|
||||
//Navigator.of(context).pushNamed('/home');
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pushNamed(
|
||||
'/patient-manager',
|
||||
arguments: BusinessArguments(
|
||||
|
||||
Reference in New Issue
Block a user