mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
Removed unused code
This commit is contained in:
@@ -73,7 +73,7 @@ public class PlayerSongQueueAdapter extends RecyclerView.Adapter<PlayerSongQueue
|
||||
|
||||
public void setItems(List<Song> songs) {
|
||||
this.songs = songs;
|
||||
notifyDataSetChanged();
|
||||
notifyItemRangeChanged(0, songs.size());
|
||||
}
|
||||
|
||||
public Song getItem(int id) {
|
||||
|
||||
Reference in New Issue
Block a user