Skip to content

Commit

Permalink
fix #1411
Browse files Browse the repository at this point in the history
  • Loading branch information
fire-light42 authored Dec 7, 2024
1 parent 352c21c commit 803f93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object SearchResultBuilder {
cardText?.text = card.name
cardText?.isVisible = showTitle
cardView.isVisible = true
cardView.loadImage(card.posterUrl) {
cardView.loadImage(card.posterUrl, card.posterHeaders) {
error { getImageFromDrawable(itemView.context, R.drawable.default_cover) }
val posterUrl = card.posterUrl
if (posterUrl != null && colorCallback != null) {
Expand Down

2 comments on commit 803f93c

@DZFOORT
Copy link

@DZFOORT DZFOORT commented on 803f93c Dec 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still same problem

Image

@DZFOORT
Copy link

@DZFOORT DZFOORT commented on 803f93c Dec 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.