You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to seek music by using SeekBar with various methods. I have tried to get seek bar progress on setOnSeekBarChangeListener inside the onStopTrackingTouch I get the progress and convert this progress into milliseconds and pass it to the Goonj Player seekTo but not working.
Please give me some solution because I have integrated this player in my app everything is working fine except this manual seek bar is not working with seekTo methods in Goong Player.
If I am wrong to do this logic then guide me to solve this issue.
I have tried to seek music by using SeekBar with various methods. I have tried to get seek bar progress on setOnSeekBarChangeListener inside the onStopTrackingTouch I get the progress and convert this progress into milliseconds and pass it to the Goonj Player seekTo but not working.
Please give me some solution because I have integrated this player in my app everything is working fine except this manual seek bar is not working with seekTo methods in Goong Player.
If I am wrong to do this logic then guide me to solve this issue.
I have written the sample code with this comment.
`binding.bigProgress.setOnSeekBarChangeListener(object :SeekBar.OnSeekBarChangeListener{
override fun onProgressChanged(p0: SeekBar?, p1: Int, p2: Boolean) {
The text was updated successfully, but these errors were encountered: