Fix wrong thumbnail used as placeholder for channel
This commit is contained in:
parent
24dad270d9
commit
47c66c3431
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ class ChannelItem(
|
|||
itemChannelDescriptionView.text = infoItem.description
|
||||
}
|
||||
|
||||
PicassoHelper.loadThumbnail(infoItem.thumbnailUrl).into(itemThumbnailView)
|
||||
PicassoHelper.loadAvatar(infoItem.thumbnailUrl).into(itemThumbnailView)
|
||||
|
||||
gesturesListener?.run {
|
||||
viewHolder.root.setOnClickListener { selected(infoItem) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue