mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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
This commit is contained in:
parent
affbb7c57e
commit
2de89ca2ce
1 changed files with 0 additions and 10 deletions
|
|
@ -88,16 +88,6 @@ class PlayerActivity : AppCompatActivity() {
|
|||
initializeController()
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
playerView.onResume()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
playerView.onPause()
|
||||
}
|
||||
|
||||
override fun onStop() {
|
||||
super.onStop()
|
||||
playerView.player = null
|
||||
|
|
|
|||
Loading…
Reference in a new issue