Skip to content

Commit

Permalink
Merge pull request #1083 from react-native-community/chore/exoplayer-…
Browse files Browse the repository at this point in the history
…autoplay

Automatically play on ExoPlayer when the paused prop is not set
  • Loading branch information
cobarx authored Jun 22, 2018
2 parents 7f6c218 + c80aa33 commit 16fac56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 16fac56

Please sign in to comment.