Fixed the bug

This commit is contained in:
Kanahia 2024-07-10 17:23:48 +05:30
parent 5caa0bca91
commit 2251c62355

View file

@ -613,6 +613,8 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
}else if (updatedPlaceList != null){
if (updatedPlaceList.size() != 0){
loadPlacesDataAsync(updatedPlaceList, updatedLatLng);
}else {
updateMapMarkers(updatedPlaceList, getLastMapFocus(), false);
}
}
} else {