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