mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fixed a type in NearbyParentFragment.java where significantly was written instead of slightly while adding a log using Timber (#3432)
This commit is contained in:
parent
47155d1f55
commit
fffff62f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onLocationChangedSlightly(fr.free.nrw.commons.location.LatLng latLng) {
|
public void onLocationChangedSlightly(fr.free.nrw.commons.location.LatLng latLng) {
|
||||||
Timber.d("Location significantly changed");
|
Timber.d("Location slightly changed");
|
||||||
if (isMapBoxReady && latLng != null &&!isUserBrowsing()) {//If the map has never ever shown the current location, lets do it know
|
if (isMapBoxReady && latLng != null &&!isUserBrowsing()) {//If the map has never ever shown the current location, lets do it know
|
||||||
handleLocationUpdate(latLng,LOCATION_SLIGHTLY_CHANGED);
|
handleLocationUpdate(latLng,LOCATION_SLIGHTLY_CHANGED);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue