Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-28 15:56:13 +08:00
parent 82030b8d06
commit c37a631df2

View File

@@ -259,7 +259,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
return PiPSwitcher(
getChildWhenDisabled: () =>
childWhenDisabled(orientation == Orientation.portrait),
getChildWhenEnabled: () => videoPlayerPanel,
getChildWhenEnabled: () => videoPlayerPanel(),
floating: floating,
);
} else {