Automatically play when the paused prop is not set
This commit is contained in:
parent
7f6c218989
commit
c80aa33775
@ -102,7 +102,7 @@ class ReactExoplayerView extends FrameLayout implements
|
||||
private boolean loadVideoStarted;
|
||||
private boolean isFullscreen;
|
||||
private boolean isInBackground;
|
||||
private boolean isPaused = true;
|
||||
private boolean isPaused;
|
||||
private boolean isBuffering;
|
||||
private float rate = 1f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user