Automatically play when the paused prop is not set

This commit is contained in:
Hampton Maxwell 2018-06-21 22:36:24 -07:00
parent 7f6c218989
commit c80aa33775

View File

@ -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;