mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
comment
This commit is contained in:
parent
caff189aea
commit
ad093b1a33
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
|
||||||
private boolean isSearchInProgress = false;
|
private boolean isSearchInProgress = false;
|
||||||
private final Handler searchHandler = new Handler();
|
private final Handler searchHandler = new Handler();
|
||||||
private Runnable searchRunnable;
|
private Runnable searchRunnable;
|
||||||
private static final long SCROLL_DELAY = 800; // Delay for debounce of onscroll
|
private static final long SCROLL_DELAY = 800; // Delay for debounce of onscroll, in milliseconds.
|
||||||
|
|
||||||
private List<Place> updatedPlacesList;
|
private List<Place> updatedPlacesList;
|
||||||
private LatLng updatedLatLng;
|
private LatLng updatedLatLng;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue