massoudss / waveformSeekBar

Android Waveform SeekBar library
471 stars 79 forks source link

About clickable waveformSeekBar #38

Closed andrey-ranzhilov closed 2 years ago

andrey-ranzhilov commented 2 years ago

Hello. Is there way how disable changing progress of waveformSeekBar by clicking? isClickable = false doesn't work

lincollincol commented 2 years ago

@andrey-ranzhilov Hello! Please, try to use waveformView.isEnabled = false

andrey-ranzhilov commented 2 years ago

Thank you. It works