fix: update miniplayer play pause button on screen rotation

This commit is contained in:
Bnyro 2025-01-22 19:24:08 +01:00
parent 3aa6242870
commit 71425fab90

View File

@ -511,6 +511,7 @@ class PlayerFragment : Fragment(R.layout.fragment_player), OnlinePlayerOptions {
playerController = it
playerController.addListener(playerListener)
updatePlayPauseButton()
if (!startNewSession) {
val streams: Streams? =