From 015f1483a5843e7c34c0d6e7357c2ceade8c142d Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Mon, 25 Nov 2024 17:40:37 +0300 Subject: [PATCH] Fixing JIRA Issues --- lib/views/branches/provider_profile_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/branches/provider_profile_view.dart b/lib/views/branches/provider_profile_view.dart index 62b17c1..7ae88c5 100644 --- a/lib/views/branches/provider_profile_view.dart +++ b/lib/views/branches/provider_profile_view.dart @@ -59,6 +59,7 @@ class _ProviderProfileViewState extends State { bool status = await appointmentsVM.removeProviderFromFavorite(serviceProviderID: appointmentsVM.providerProfileModel!.id!, context: context); if (status) { appointmentsVM.providerProfileModel!.isFavorite = false; + appointmentsVM.getMyFavoriteProviders(); setState(() {}); } } else {