Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahe Shahinyan committed Apr 12, 2024
1 parent 6487872 commit 461030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/VideoPlayer/BaseVideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function BaseVideoPlayer({
if (event.fullscreenUpdate === VideoFullscreenUpdate.PLAYER_DID_DISMISS) {
isFullScreenRef.current = false;

// Sync volume updates in full screen mode after leaving it
currentVideoPlayerRef.current?.getStatusAsync?.().then((status) => {
if (!('isMuted' in status)) {
return;
Expand Down

0 comments on commit 461030b

Please sign in to comment.