Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-22 15:51:22 +08:00
parent 92e5fae29c
commit b9b54ce4f7
34 changed files with 627 additions and 665 deletions

View File

@@ -288,9 +288,14 @@ class LiveRoomController extends GetxController {
),
),
TextButton(
onPressed: () => Get
..back()
..back(),
onPressed: () {
if (plPlayerController.isDesktopPip) {
plPlayerController.exitDesktopPip();
}
Get
..back()
..back();
},
child: const Text('退出'),
),
],