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

Song plays not updating in most played playlist previews on the homepage on notifyItemMoved #80

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

Likely need to also call notifyItemChanged unless there's also a way of overriding notifyItemMoved and updating just the textview via a binding class? Should also check if plays are being updated when no item is moving

adam-codersgu commented 1 year ago

Working on branch bug/song_plays_not_updating_in_playlist_view

adam-codersgu commented 1 year ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/95