mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -259,7 +259,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
|
|||||||
return PiPSwitcher(
|
return PiPSwitcher(
|
||||||
getChildWhenDisabled: () =>
|
getChildWhenDisabled: () =>
|
||||||
childWhenDisabled(orientation == Orientation.portrait),
|
childWhenDisabled(orientation == Orientation.portrait),
|
||||||
getChildWhenEnabled: () => videoPlayerPanel,
|
getChildWhenEnabled: () => videoPlayerPanel(),
|
||||||
floating: floating,
|
floating: floating,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user