Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-19 10:04:09 +08:00
parent 8e1d5e0dd5
commit 1fb798db4e
2 changed files with 118 additions and 102 deletions

View File

@@ -214,6 +214,9 @@ class _LiveRoomPageState extends State<LiveRoomPage>
Alignment alignment = Alignment.center,
bool needDm = true,
}) {
if (!plPlayerController.isLive) {
return const SizedBox.shrink();
}
if (!isFullScreen && !plPlayerController.isDesktopPip) {
_liveRoomController.fsSC.value = null;
}