Skip to content

Commit

Permalink
Remove fullScreen check from video player web (#17914)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoki0805 authored Dec 26, 2024
1 parent 396c31f commit 9fe9dd1
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 9fe9dd1

Please sign in to comment.