opt gesture

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-30 13:54:44 +08:00
parent 299ee09749
commit c103551f6a
3 changed files with 24 additions and 17 deletions

View File

@@ -279,10 +279,12 @@ class MyApp extends StatelessWidget {
return;
}
// if (plCtr.isDesktopPip) {
// plCtr.exitDesktopPip();
// return;
// }
if (plCtr.isDesktopPip) {
plCtr.exitDesktopPip().whenComplete(
() => plCtr.initialFocalPoint = Offset.zero,
);
return;
}
}
Get.back();