We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47155d1 commit fffff62Copy full SHA for fffff62
app/src/main/java/fr/free/nrw/commons/nearby/fragments/NearbyParentFragment.java
@@ -908,7 +908,7 @@ public void onLocationChangedSignificantly(fr.free.nrw.commons.location.LatLng l
908
909
@Override
910
public void onLocationChangedSlightly(fr.free.nrw.commons.location.LatLng latLng) {
911
- Timber.d("Location significantly changed");
+ Timber.d("Location slightly changed");
912
if (isMapBoxReady && latLng != null &&!isUserBrowsing()) {//If the map has never ever shown the current location, lets do it know
913
handleLocationUpdate(latLng,LOCATION_SLIGHTLY_CHANGED);
914
}
0 commit comments