Skip to content

Commit

Permalink
refactor: holder isn't recyclable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
axellaffite committed Sep 25, 2020
1 parent 9f95a52 commit 441c491
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class ImageViewPager<Image>(var images: List<Image>, private val converter: (Ima

}

holder.setIsRecyclable(false)

Picasso
.get()
.load(converter(images[position]))
Expand Down

0 comments on commit 441c491

Please sign in to comment.