massoudss/waveformSeekBar

How to disable click in Wave View?

Opened this issue · 1 comments

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 :)

Sorry, I have found it

waveformSeekBar.setOnTouchListener { view, _ ->
view.performClick()
}