Skip to content

Commit

Permalink
Remove fullScreen check from video player web
Browse files Browse the repository at this point in the history
  • Loading branch information
yoki0805 committed Nov 25, 2024
1 parent f747373 commit a5daada
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cocos/video/video-player-impl-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ export class VideoPlayerImplWeb extends VideoPlayerImpl {
return;
}

if (screen.fullScreen()) {
return;
}

// use stayOnBottom
if (this._dirty) {
this._dirty = false;
Expand Down

0 comments on commit a5daada

Please sign in to comment.