IndicatorFastScroll icon indicating copy to clipboard operation
IndicatorFastScroll copied to clipboard

Reducing duplicate code.

Open TheRealVira opened this issue 4 years ago • 0 comments

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.

TheRealVira avatar Jan 20 '22 19:01 TheRealVira