Carousel bug fixes: NSADT-89473 & NSADT-88840

This commit is contained in:
Khan, Arshad 2021-07-08 00:46:30 +05:30
parent 43d0c530e7
commit b67d63c159

View File

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