Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created August 30, 2022 20:43
Show Gist options
  • Save halilozel1903/aa9e0a291524c64b33f1f27ef0506fa2 to your computer and use it in GitHub Desktop.
Save halilozel1903/aa9e0a291524c64b33f1f27ef0506fa2 to your computer and use it in GitHub Desktop.
override fun onStop() {
super.onStop()
releasePlayer()
}
override fun onPause() {
super.onPause()
releasePlayer()
}
override fun onDestroy() {
super.onDestroy()
releasePlayer()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment