Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-30 11:35:42 +08:00
parent 06b258cff1
commit 299ee09749
7 changed files with 69 additions and 53 deletions

View File

@@ -267,6 +267,11 @@ class MyApp extends StatelessWidget {
return;
}
if (Get.isDialogOpen ?? Get.isBottomSheetOpen ?? false) {
Get.back();
return;
}
final plCtr = PlPlayerController.instance;
if (plCtr != null) {
if (plCtr.isFullScreen.value == true) {
@@ -274,10 +279,10 @@ class MyApp extends StatelessWidget {
return;
}
if (plCtr.isDesktopPip) {
plCtr.exitDesktopPip();
return;
}
// if (plCtr.isDesktopPip) {
// plCtr.exitDesktopPip();
// return;
// }
}
Get.back();