Don't pause when detaching
This commit is contained in:
parent
a6db0a5d3f
commit
3eb8515461
@ -202,7 +202,10 @@ class ReactExoplayerView extends FrameLayout implements
|
|||||||
@Override
|
@Override
|
||||||
protected void onDetachedFromWindow() {
|
protected void onDetachedFromWindow() {
|
||||||
super.onDetachedFromWindow();
|
super.onDetachedFromWindow();
|
||||||
stopPlayback();
|
/* We want to be able to continue playing audio when switching tabs.
|
||||||
|
* Leave this here in case it causes issues.
|
||||||
|
*/
|
||||||
|
// stopPlayback();
|
||||||
}
|
}
|
||||||
|
|
||||||
// LifecycleEventListener implementation
|
// LifecycleEventListener implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user