diff --git a/lib/widgets/patients/profile/soap_update/subjective/update_allergies_widget.dart b/lib/widgets/patients/profile/soap_update/subjective/update_allergies_widget.dart index 2d1f66ea..1d143310 100644 --- a/lib/widgets/patients/profile/soap_update/subjective/update_allergies_widget.dart +++ b/lib/widgets/patients/profile/soap_update/subjective/update_allergies_widget.dart @@ -171,13 +171,13 @@ class _UpdateAllergiesWidgetState extends State { mySelectedAllergy.selectedAllergySeverity; allergy.first.remark = mySelectedAllergy.remark; allergy.first.isChecked = mySelectedAllergy.isChecked; + Navigator.of(context).pop(); // helpers.showErrorToast(TranslationBase // .of(context) // .itemExist); } - Navigator.of(context).pop(); }); },); });