diff --git a/src/components/VideoPlayer/BaseVideoPlayer.js b/src/components/VideoPlayer/BaseVideoPlayer.js index fcd29b7265aa..341b3828eafb 100644 --- a/src/components/VideoPlayer/BaseVideoPlayer.js +++ b/src/components/VideoPlayer/BaseVideoPlayer.js @@ -217,6 +217,9 @@ function BaseVideoPlayer({ { + if (isFullScreenRef.current) { + return; + } togglePlayCurrentVideo(); }} style={styles.flex1}