Fix scroller handle being cut off
This commit is contained in:
@@ -162,7 +162,7 @@ class FastScroller @JvmOverloads constructor(
|
||||
|
||||
override fun onSizeChanged(w: Int, h: Int, oldW: Int, oldH: Int) {
|
||||
super.onSizeChanged(w, h, oldW, oldH)
|
||||
viewHeight = h
|
||||
viewHeight = h - paddingTop - paddingBottom
|
||||
}
|
||||
|
||||
@SuppressLint("ClickableViewAccessibility")
|
||||
|
||||
Reference in New Issue
Block a user