disabledIndicatorColor get called to set value

This commit is contained in:
Vasavi Kanamarlapudi 2022-04-13 15:02:45 +05:30
parent 7d38ed3466
commit f21c59d6c3

View File

@ -211,7 +211,7 @@ open class CarouselIndicator: Control, CarouselPageControlProtocol {
previousIndex = 0
indicatorColor = model.inverted ? model.indicatorColor_inverted.uiColor : model.indicatorColor.uiColor
disabledIndicatorColor = model.inverted ? model.disabledIndicatorColor_inverted.uiColor : model.disabledIndicatorColor.uiColor
disabledIndicatorColor = model.disabledIndicatorColor.uiColor
currentIndex = model.currentIndex
isEnabled = model.enabled