adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Use withContext rather than await() #37

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

It may be better practice to use withContext rather than async/await for the coroutines. Some refactoring and investigation may be required. I believe this should be isolated to MainActivity

adam-codersgu commented 1 year ago

This was fixed in the work on https://github.com/adam-codersgu/supernova/issues/31