OlivierTD / team-rocket

Team Rocket working on OSS AntennaPod
MIT License
1 stars 1 forks source link

Create async task to grab random search result #130

Closed davidlegare closed 6 years ago

davidlegare commented 6 years ago

Bug

Search method takes too much time to return result, therefore the podcast view tries to display a null list.

Fix

Create an asynchronous task to ensure that the random podcast category search can be returned before envoking the podcast view.