From 2f26e12fd37bdb92200b6322533201d4ace94f4b Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Thu, 11 Dec 2025 17:13:07 +0300 Subject: [PATCH] update --- lib/features/my_appointments/my_appointments_view_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/my_appointments/my_appointments_view_model.dart b/lib/features/my_appointments/my_appointments_view_model.dart index c4b8687..7dfef90 100644 --- a/lib/features/my_appointments/my_appointments_view_model.dart +++ b/lib/features/my_appointments/my_appointments_view_model.dart @@ -92,7 +92,7 @@ class MyAppointmentsViewModel extends ChangeNotifier { isTamaraDetailsLoading = true; isAppointmentPatientShareLoading = true; isEyeMeasurementsAppointmentsLoading = true; - isAppointmentQueueDetailsLoading = true; + notifyListeners(); }