mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 06:40: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 {
|
runOnUiThread {
|
||||||
|
// hide the button to skip SponsorBlock segments manually
|
||||||
|
binding.sbSkipBtn.visibility = View.GONE
|
||||||
|
|
||||||
// set media sources for the player
|
// set media sources for the player
|
||||||
setResolutionAndSubtitles()
|
setResolutionAndSubtitles()
|
||||||
prepareExoPlayerView()
|
prepareExoPlayerView()
|
||||||
|
Loading…
Reference in New Issue
Block a user