removed code that was breaking
This commit is contained in:
parent
60ab87764b
commit
ed34ae3c19
@ -150,7 +150,7 @@ open class BarsIndicatorView: CarouselIndicator {
|
|||||||
|
|
||||||
public override func updateUI(previousIndex: Int, newIndex: Int, totalCount: Int, isAnimated: Bool) {
|
public override func updateUI(previousIndex: Int, newIndex: Int, totalCount: Int, isAnimated: Bool) {
|
||||||
|
|
||||||
guard !barReferences.isEmpty || totalCount != barReferences.count else {
|
guard !barReferences.isEmpty else {
|
||||||
generateBars()
|
generateBars()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user