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

Playback position is not restored when the app is started #13

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

If the user closes the app mid playback, the playback position should be saved and restored when the app is next launched. Currently, however, the playback position seems to be restored in the UI, but when the user presses play playback commences from the beginning of the song. This feature needs to be debugged and rectified so that playback resumes from the previous position

adam-codersgu commented 1 year ago

This bug was solved as part of the work in https://github.com/adam-codersgu/supernova/issues/11