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

NotifyDataSetChanged used in PlaylistFragment #15

Closed adam-codersgu closed 1 year ago

adam-codersgu commented 1 year ago

PlaylistFragment uses NotifyDataSetChanged to update the RecyclerView. Using NotifyDataSetChanged should be avoided, so the purpose of this ticket is to provide a more effective means for updating the RecyclerView's contents

adam-codersgu commented 1 year ago

This was fixed in https://github.com/adam-codersgu/supernova/issues/28