Commit 2de89ca2 by tonihei Committed by Rohit Singh

Remove unnecessary Activity method overrides in session demo app

The PlayerView methods are documented to only be needed for sphrerical
playbacks, which we are not using in the session demo app.

PiperOrigin-RevId: 525986709
parent affbb7c5
...@@ -88,16 +88,6 @@ class PlayerActivity : AppCompatActivity() { ...@@ -88,16 +88,6 @@ class PlayerActivity : AppCompatActivity() {
initializeController() initializeController()
} }
override fun onResume() {
super.onResume()
playerView.onResume()
}
override fun onPause() {
super.onPause()
playerView.onPause()
}
override fun onStop() { override fun onStop() {
super.onStop() super.onStop()
playerView.player = null playerView.player = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment