Skip to content

Commit fffff62

Browse files
author
Aryan Tyagi
authored
Fixed a type in NearbyParentFragment.java where significantly was written instead of slightly while adding a log using Timber (commons-app#3432)
1 parent 47155d1 commit fffff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/fragments/NearbyParentFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ public void onLocationChangedSignificantly(fr.free.nrw.commons.location.LatLng l
908908

909909
@Override
910910
public void onLocationChangedSlightly(fr.free.nrw.commons.location.LatLng latLng) {
911-
Timber.d("Location significantly changed");
911+
Timber.d("Location slightly changed");
912912
if (isMapBoxReady && latLng != null &&!isUserBrowsing()) {//If the map has never ever shown the current location, lets do it know
913913
handleLocationUpdate(latLng,LOCATION_SLIGHTLY_CHANGED);
914914
}

0 commit comments

Comments
 (0)