diff --git a/lib/pages/InPatientServices/meal_plan.dart b/lib/pages/InPatientServices/meal_plan.dart index d69e1149..053ea6e3 100644 --- a/lib/pages/InPatientServices/meal_plan.dart +++ b/lib/pages/InPatientServices/meal_plan.dart @@ -458,6 +458,7 @@ class _MealPlanPageState extends State { .then((res) { GifLoaderDialogUtils.hideDialog(context); AppToast.showSuccessToast(message: "Your meal order has been received successfully"); + Navigator.pop(context); }).catchError((err) { GifLoaderDialogUtils.hideDialog(context); print(err);