TikTok icon indicating copy to clipboard operation
TikTok copied to clipboard

When scroll fast mixing of sounds happen in background for videos

Open suraj-96apr18 opened this issue 4 years ago • 3 comments

hello sir, kindly please resolve the issue for playing videos while we scroll downwards or upwards fastly then after some videos the background sound mixed with previous video.

suraj-96apr18 avatar Oct 21 '21 14:10 suraj-96apr18

@lsegal Actually it is a bug in this case. However unusual, to watch the whole drive, it should be working. Thanks for debugging this!

rjeczalik avatar Mar 12 '18 07:03 rjeczalik

@suraj-96apr18 Have you found the solution to this?

abkoradiya avatar Nov 12 '21 06:11 abkoradiya

@suraj-96apr18 Have you found the solution to this?

no bro still i m facing the issue .....if you have solution please kindly reply me

suraj-96apr18 avatar Nov 12 '21 10:11 suraj-96apr18

override fun setMenuVisibility(menuVisible: Boolean) {
    if (!menuVisible){
        simplePlayer?.playWhenReady = false
        simplePlayer?.pause()
    }

    super.setMenuVisibility(menuVisible)
}

Add this in your StoryViewFragment.

karan-0603 avatar Oct 19 '22 06:10 karan-0603