How to disable click in Wave View?
Opened this issue · 1 comments
Deleted user commented
Hello, I would like to know if is possible to avoid that user can touch and change the progress in the Wave View.
Thank you and congrats for the library :)
Deleted user commented
Sorry, I have found it
waveformSeekBar.setOnTouchListener { view, _ ->
view.performClick()
}