mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
fix: filter array of songs in setItems()
This commit is contained in:
@@ -80,7 +80,7 @@ public class DownloadHorizontalAdapter extends RecyclerView.Adapter<DownloadHori
|
|||||||
this.filterKey = filterKey;
|
this.filterKey = filterKey;
|
||||||
this.filterValue = filterValue;
|
this.filterValue = filterValue;
|
||||||
|
|
||||||
this.songs = songs;
|
this.songs = filterSong(filterKey, filterValue, songs);
|
||||||
this.grouped = groupSong(songs);
|
this.grouped = groupSong(songs);
|
||||||
|
|
||||||
notifyDataSetChanged();
|
notifyDataSetChanged();
|
||||||
|
|||||||
Reference in New Issue
Block a user