mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Choice of artist image using Last FM as source. TODO: Create preference for source choice
This commit is contained in:
parent
5e15648157
commit
e741cc2ea8
4 changed files with 27 additions and 4 deletions
|
|
@ -120,7 +120,13 @@ 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(),
|
||||
// CustomGlideRequest.ARTIST_PIC,
|
||||
artist.getImageUrl(),
|
||||
null
|
||||
)
|
||||
.build()
|
||||
.into(bind.artistBackdropImageView);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue