mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +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
(cherry picked from commit 2de89ca2ce)
This commit is contained in:
parent
eee226ea40
commit
58cf3a7ba2
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