fix error when going back after cancelling appointment
This commit is contained in:
parent
6a17372e7a
commit
26abdcc6c1
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ class _BuildPatientsListState extends State<BuildPatientQueueList> {
|
||||||
//Navigator.of(context).pushNamed('/home');
|
//Navigator.of(context).pushNamed('/home');
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
Navigator.of(context).pop();
|
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/patient-manager',
|
'/patient-manager',
|
||||||
arguments: BusinessArguments(
|
arguments: BusinessArguments(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue