Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-12 21:31:06 +08:00
parent b6279f702a
commit d996e0a7dd

View File

@@ -313,7 +313,8 @@ class _LiveRoomPageState extends State<LiveRoomPage>
},
),
),
PopScope(
Obx(
() => PopScope(
canPop: plPlayerController.isFullScreen.value != true,
onPopInvokedWithResult: (bool didPop, Object? result) {
if (plPlayerController.isFullScreen.value == true) {
@@ -338,6 +339,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
),
),
),
),
Expanded(
child: Listener(
onPointerDown: (_) {