mod: 注释代码

This commit is contained in:
guozhigq
2023-08-16 19:43:59 +08:00
parent 4e0fde4c50
commit d764f00b8a
2 changed files with 88 additions and 79 deletions

View File

@ -324,18 +324,27 @@ class _VideoDetailPageState extends State<VideoDetailPage>
SearchType.media_bangumi) ...[
const BangumiIntroPanel()
],
if (videoDetailController.videoType ==
SearchType.video) ...[
SliverPersistentHeader(
floating: true,
pinned: true,
delegate: SliverHeaderDelegate(
height: 50,
child:
const MenuRow(loadingStatus: false),
),
// if (videoDetailController.videoType ==
// SearchType.video) ...[
// SliverPersistentHeader(
// floating: true,
// pinned: true,
// delegate: SliverHeaderDelegate(
// height: 50,
// child:
// const MenuRow(loadingStatus: false),
// ),
// ),
// ],
SliverToBoxAdapter(
child: Divider(
indent: 12,
endIndent: 12,
color: Theme.of(context)
.dividerColor
.withOpacity(0.06),
),
],
),
const RelatedVideoPanel(),
],
);