IndicatorFastScroll
IndicatorFastScroll copied to clipboard
Reducing duplicate code.
I have moved the isVisible declaration outside the switch to enhance readability and reduce duplicate code. Since iconView is only true when textView isn't the assignment of iconView.isVisible is the inverse of textView.isVisible.