Merge pull request #6968 from Bnyro/master

fix: crash when switching to audio player
This commit is contained in:
Bnyro 2025-01-16 18:31:31 +01:00 committed by GitHub
commit 98ac53193e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ class PlayerFragment : Fragment(), OnlinePlayerOptions {
Player.EVENT_PLAYBACK_STATE_CHANGED,
Player.EVENT_IS_PLAYING_CHANGED,
Player.EVENT_PLAY_WHEN_READY_CHANGED
)
) && _binding != null
) {
updatePlayPauseButton()
}