fix: crash when switching to audio player

This commit is contained in:
Bnyro 2025-01-16 18:30:53 +01:00
parent 1476c12594
commit bc9033de73

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()
}