Closed javadude closed 1 month ago
Fixes part of #1461
JetCaster showed a blank screen when run. The podcast fetching was running on the main dispatcher. Moved the withContext() up to ensure all IO was being performed on the IO dispatcher.
Fixes part of #1461
JetCaster showed a blank screen when run. The podcast fetching was running on the main dispatcher. Moved the withContext() up to ensure all IO was being performed on the IO dispatcher.