nvm there is `when`: ``` when (player.playbackStat...
# announcements
v
nvm there is `when`:
Copy code
when (player.playbackState) {
            Player.STATE_IDLE, Player.STATE_ENDED -> {

             }
             else -> {
                        
             }
      }
👍 1
😅 1