Closed peter-tackage closed 8 years ago
The following error causes the search activity's search capability to no longer function:
10-18 22:57:57.815 2738-2925/com.futurice.freesound.debug E/SearchViewModel: Error when setting search term
It would seem that the onError event is propagated too far, causing the searchQuery stream Observable to error and no longer accept requests.
onError
This can occur when the search API call has a network failure. The app should instead be able to accept future queries.
The following error causes the search activity's search capability to no longer function:
It would seem that the
onError
event is propagated too far, causing the searchQuery stream Observable to error and no longer accept requests.This can occur when the search API call has a network failure. The app should instead be able to accept future queries.