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

Skipping songs while paused should also reset the playback progress #26

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

The progress bar in the currently playing and controls fragment should reset to zero when the currently playing song changes. This should happen even when the playback state is paused (which it currently doesn't).

adam-codersgu commented 1 year ago

Working on branch bug/reset_playback_progress_on_song_skip

adam-codersgu commented 1 year ago

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