Revert last commit

This commit is contained in:
CappielloAntonio 2021-12-05 16:16:21 +01:00
parent e741cc2ea8
commit a1885e96cd
5 changed files with 12 additions and 11 deletions

View file

@ -90,8 +90,8 @@ public class ArtistCatalogueAdapter extends RecyclerView.Adapter<ArtistCatalogue
.from(
context,
artist.getId(),
// CustomGlideRequest.ARTIST_PIC,
artist.getImageUrl(),
CustomGlideRequest.ARTIST_PIC,
// artist.getImageUrl()
null
)
.build()

View file

@ -58,9 +58,10 @@ public class ArtistHorizontalAdapter extends RecyclerView.Adapter<ArtistHorizont
CustomGlideRequest.Builder
.from(
context, artist.getId(),
// CustomGlideRequest.ARTIST_PIC,
artist.getImageUrl(),
context,
artist.getId(),
CustomGlideRequest.ARTIST_PIC,
// artist.getImageUrl()
null
)
.build()

View file

@ -52,8 +52,8 @@ public class ArtistSimilarAdapter extends RecyclerView.Adapter<ArtistSimilarAdap
.from(
context,
artist.getId(),
// CustomGlideRequest.ARTIST_PIC,
artist.getImageUrl(),
CustomGlideRequest.ARTIST_PIC,
// artist.getImageUrl()
null
)
.build()