This commit is contained in:
821938089
2022-07-13 10:40:35 +08:00
parent f43a59d3da
commit 88295d4337

View File

@@ -69,7 +69,7 @@ class VerticalSeekBar @JvmOverloads constructor(context: Context, attrs: Attribu
}
}
override fun setThumb(thumb: Drawable) {
override fun setThumb(thumb: Drawable?) {
mThumb = thumb
super.setThumb(thumb)
}