Revert last commit

This commit is contained in:
CappielloAntonio 2021-08-25 17:46:13 +02:00
parent aef220e094
commit a1673cd9c2

View file

@ -118,7 +118,7 @@ public class ArtistPageFragment extends Fragment {
if (bind != null) bind.bioMoreTextViewClickable.setVisibility(artist.getLastfm() != null ? View.VISIBLE : View.GONE);
CustomGlideRequest.Builder
.from(requireContext(), artistPageViewModel.getArtist().getId(), CustomGlideRequest.ARTIST_PIC, /*artist.getImageUrl()*/ null)
.from(requireContext(), /*artistPageViewModel.getArtist().getId()*/ null, CustomGlideRequest.ARTIST_PIC, artist.getImageUrl())
.build()
.into(bind.artistBackdropImageView);