fix remaining button when playing next video

This commit is contained in:
Bnyro 2022-09-17 18:52:31 +02:00
parent 2deee95fb4
commit 7b1b54aa73

View File

@ -767,6 +767,9 @@ class PlayerFragment : BaseFragment() {
}
runOnUiThread {
// hide the button to skip SponsorBlock segments manually
binding.sbSkipBtn.visibility = View.GONE
// set media sources for the player
setResolutionAndSubtitles()
prepareExoPlayerView()