futurice / freesound-android

Unofficial Android client for the Freesound Project
Apache License 2.0
85 stars 16 forks source link

Clearing of search results is debounced #82

Closed peter-tackage closed 7 years ago

peter-tackage commented 7 years ago

When the search query is cleared, either directly through the clear button or via the clearing of the search field, then the clearing of the search results list is not processed until after the debounce period (2 seconds). This makes the UI appear sluggish/buggy. The clear of the results should happen immediately.