futurice / freesound-android

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

When search for something "search results stream" emit 2 times consecutive the same data #78

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, i played with code and observed that "handleResults" method in SearchFragment is executed 2 times consecutive when searching. It means that "search results stream" in data model emit data 2 times. Is it normal? This issue make difficult adding additional functionality regarding that stream.

Thanks!