fix back nav post business appointment add
This commit is contained in:
@@ -263,7 +263,7 @@ class MihMzansiCalendarApis {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
if (response.statusCode == 201) {
|
if (response.statusCode == 201) {
|
||||||
Navigator.pop(context);
|
// Navigator.pop(context);
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
|
|||||||
height: 50,
|
height: 50,
|
||||||
child: MIHButton(
|
child: MIHButton(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
Navigator.pop(context);
|
||||||
addAppointmentWindow();
|
addAppointmentWindow();
|
||||||
},
|
},
|
||||||
buttonText: "Skeleton Appointment",
|
buttonText: "Skeleton Appointment",
|
||||||
|
|||||||
Reference in New Issue
Block a user