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

@@ -1776,7 +1776,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
if (isFullScreen || videoDetailController.showVideoSheet) {
PageUtils.showVideoBottomSheet(
context,
isFullScreen: () => isFullScreen,
child: listSheetContent(enableSlide: false),
);
} else {
@@ -1839,7 +1838,6 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
if (isFullScreen || videoDetailController.showVideoSheet) {
PageUtils.showVideoBottomSheet(
context,
isFullScreen: () => isFullScreen,
child: ViewPointsPage(
enableSlide: false,
videoDetailController: videoDetailController,