Skip to content

Commit

Permalink
Issue ImaginativeShohag#74 fixed: infiniteCarousel now will call init…
Browse files Browse the repository at this point in the history
…Adapter()
  • Loading branch information
ImaginativeShohag committed Feb 23, 2022
1 parent 02667f5 commit 75be414
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,11 @@ class ImageCarousel(
var autoPlayDelay: Int = 0

var infiniteCarousel: Boolean = false
set(value) {
field = value

initAdapter()
}

var touchToPause: Boolean = false

Expand Down

0 comments on commit 75be414

Please sign in to comment.