mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
fix remaining button when playing next video
This commit is contained in:
parent
2deee95fb4
commit
7b1b54aa73
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user