Skip to content

Commit

Permalink
Merge pull request #6968 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: crash when switching to audio player
  • Loading branch information
Bnyro authored Jan 16, 2025
2 parents 1476c12 + bc9033d commit 98ac531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 98ac531

Please sign in to comment.