mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -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('退出'),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user