Skip to content

Commit

Permalink
fix(android): fix setFullScreen command value
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJonghun committed Jul 1, 2024
1 parent 57cf079 commit 6bfb209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class ReactExoplayerViewManager extends ViewGroupManager<ReactExoplayerVi
private static final String CMD_SET_PLAYER_PAUSE_STATE = "setPlayerPauseState";
private static final String CMD_SEEK = "seek";
private static final String CMD_SET_VOLUME = "setVolume";
private static final String CMD_SET_FULLSCREEN = "setFullscreen";
private static final String CMD_SET_FULLSCREEN = "setFullScreen";

private final ReactExoplayerConfig config;

Expand Down

0 comments on commit 6bfb209

Please sign in to comment.