Skip to content

Commit

Permalink
fix: crash when switching to audio player
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 16, 2025
1 parent 1476c12 commit bc9033d
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 bc9033d

Please sign in to comment.