constraint video bottomsheet

Closes #2277

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-03 20:34:48 +08:00
parent 3446484d97
commit 508384c016
5 changed files with 118 additions and 2 deletions

View File

@@ -480,7 +480,6 @@ class VideoDetailController extends GetxController
}
}
// 稍后再看面板展开
void showMediaListPanel(BuildContext context) {
if (mediaList.isNotEmpty) {
Widget panel() => MediaListPanel(

View File

@@ -18,6 +18,7 @@ mixin HeaderMixin<T extends StatefulWidget> on State<T> {
}) {
return PageUtils.showVideoBottomSheet(
context,
maxWidth: 512,
isFullScreen: () => isFullScreen,
padding: padding,
child: StatefulBuilder(