This commit is contained in:
Nicolas Raoul 2024-10-02 13:01:57 +09:00 committed by GitHub
parent caff189aea
commit ad093b1a33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;