WaveformSeekBar icon indicating copy to clipboard operation
WaveformSeekBar copied to clipboard

issue with progress

Open TuleSimon opened this issue 3 years ago • 2 comments

i cant set progress, i tried using

                    val mCurrentPosition: Int =
                        (const.player!!.mediaPlayer.currentPosition *100)/ const.player!!.mediaPlayer.duration
                    binding.progress.setProgressInPercentage(mCurrentPosition.toFloat())

please help, how do i set current progress and total progress

TuleSimon avatar Aug 22 '21 11:08 TuleSimon