mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-20 06:05:14 +00:00
Fix bug where useTextureView wasn't defaulting to true
This commit is contained in:
@@ -131,8 +131,6 @@ class ReactExoplayerView extends FrameLayout implements
|
||||
private boolean disableFocus;
|
||||
private float mProgressUpdateInterval = 250.0f;
|
||||
private boolean playInBackground = false;
|
||||
private boolean useTextureView = false;
|
||||
private boolean hideShutterView = false;
|
||||
private Map<String, String> requestHeaders;
|
||||
// \ End props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user