clean: code cleanup

This commit is contained in:
antonio 2023-08-28 12:26:04 +02:00
parent 49fbd85bb4
commit 723bdf9771

View file

@ -33,8 +33,8 @@ public class SongHorizontalAdapter extends RecyclerView.Adapter<SongHorizontalAd
public SongHorizontalAdapter(ClickCallback click, boolean showCoverArt, boolean showAlbum) { public SongHorizontalAdapter(ClickCallback click, boolean showCoverArt, boolean showAlbum) {
this.click = click; this.click = click;
this.showCoverArt = showCoverArt; this.showCoverArt = showCoverArt;
this.songs = Collections.emptyList();
this.showAlbum = showAlbum; this.showAlbum = showAlbum;
this.songs = Collections.emptyList();
} }
@NonNull @NonNull