Fixed scroll reload Index issue

This commit is contained in:
Tondapu, Alekhya 2021-07-12 19:57:09 +05:30
parent b1ff5b2a64
commit f820d8e150

View File

@ -226,7 +226,6 @@ open class Carousel: View {
pagingView?.set(with: molecule, delegateObject, nil)
pagingView?.numberOfPages = numberOfPages
pagingView?.currentIndex = currentIndex
updateModelIndex()
return
}