opt video bottomsheet

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-03 23:10:41 +08:00
parent 919044de99
commit dec059b780
7 changed files with 18 additions and 34 deletions

View File

@@ -472,7 +472,6 @@ class VideoDetailController extends GetxController
PageUtils.showVideoBottomSheet(
context,
child: panel(),
isFullScreen: () => plPlayerController.isFullScreen.value,
);
} else {
childKey.currentState?.showBottomSheet(
@@ -964,7 +963,6 @@ class VideoDetailController extends GetxController
videoDetailController: this,
plPlayerController: plPlayerController,
),
isFullScreen: () => plPlayerController.isFullScreen.value,
);
} else {
childKey.currentState?.showBottomSheet(
@@ -1244,7 +1242,6 @@ class VideoDetailController extends GetxController
isStein: graphVersion != null,
title: title,
),
isFullScreen: () => plPlayerController.isFullScreen.value,
);
} else {
childKey.currentState?.showBottomSheet(