fix: android control option is not work when init video (#4698)
This commit is contained in:
@@ -456,7 +456,7 @@ public class ReactExoplayerView extends FrameLayout implements
|
||||
private void updateControllerVisibility() {
|
||||
if (exoPlayerView == null) return;
|
||||
|
||||
exoPlayerView.setUseController(!controlsConfig.getHideFullscreen());
|
||||
exoPlayerView.setUseController(controls && !controlsConfig.getHideFullscreen());
|
||||
}
|
||||
|
||||
private void openSettings() {
|
||||
|
||||
Reference in New Issue
Block a user