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

PlayQueueViewModel should store the playback state #17

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

PlayQueueViewModel should store the playback state. This should replace the current isPlaying field

adam-codersgu commented 1 year ago

Working on branch enhancement/store_play_queue_state_in_view_model

adam-codersgu commented 1 year ago

Implemented and merged https://github.com/adam-codersgu/supernova/pull/30