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

When a song with a disc number is deleted in album view, the disc number disappears #113

Closed adam-codersgu closed 6 months ago

adam-codersgu commented 1 year ago

Could look at breaking down the recyclerview update algorithm into an interface with override able methods e.g. onSongDeleted. That way could expand existing behaviour or override it completely

adam-codersgu commented 6 months ago

Working on branch bug/disc_number_disappears

adam-codersgu commented 6 months ago

Merged and completed https://github.com/adam-codersgu/supernova/pull/124