Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-31 12:14:01 +08:00
parent 63e4bac204
commit 236a8b3023
3 changed files with 13 additions and 50 deletions

View File

@@ -265,7 +265,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
liveRoomController: _liveRoomController,
plPlayerController: plPlayerController,
isFullScreen: isFullScreen,
isPipMode: isPipMode,
isPipMode: plPlayerController.isDesktopPip || isPipMode,
),
);
}