mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
fix: update miniplayer play pause button on screen rotation
This commit is contained in:
parent
3aa6242870
commit
71425fab90
@ -511,6 +511,7 @@ class PlayerFragment : Fragment(R.layout.fragment_player), OnlinePlayerOptions {
|
|||||||
|
|
||||||
playerController = it
|
playerController = it
|
||||||
playerController.addListener(playerListener)
|
playerController.addListener(playerListener)
|
||||||
|
updatePlayPauseButton()
|
||||||
|
|
||||||
if (!startNewSession) {
|
if (!startNewSession) {
|
||||||
val streams: Streams? =
|
val streams: Streams? =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user