list: enable fast scroll thumb by default
This commit is contained in:
parent
d5b2397511
commit
88d5d398c5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ constructor(context: Context, attrs: AttributeSet? = null, @AttrRes defStyleAttr
|
|||
private var dragStartY = 0f
|
||||
private var dragStartThumbOffset = 0
|
||||
|
||||
var thumbEnabled = false
|
||||
var thumbEnabled = true
|
||||
set(value) {
|
||||
if (field == value) {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue