daniello-fillthegapp
Results
1
comments of
daniello-fillthegapp
@marcbaechinger Hi, I'm having the same problem with: ``` override fun onDestroy() { mediaSession?.run { release() player.release() mediaSession = null } super.onDestroy() } override fun onTaskRemoved(rootIntent: Intent?) { mediaSession?.run {...