issue fix for the projects having distance not found if the permission for the application

changes
tahaalam 1 day ago
parent 50c49ffb01
commit ebfefefec0

@ -274,7 +274,6 @@ class EmergencyServicesViewModel extends ChangeNotifier {
void navigateTOAmbulancePage() {
placeValueInController();
getProjects();
flushData();
selectedFacility = FacilitySelection.ALL;
@ -282,6 +281,7 @@ class EmergencyServicesViewModel extends ChangeNotifier {
locationUtils!.getLocation(
isShowConfirmDialog: true,
onSuccess: (position) {
getProjects();
updateBottomSheetState(BottomSheetType.FIXED);
navServices.push(
CustomPageRoute(page: CallAmbulancePage(), direction: AxisDirection.down),

Loading…
Cancel
Save