fix: intro panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-31 22:36:42 +08:00
parent cde0ea244b
commit 952fd5fc38

View File

@@ -669,7 +669,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
// ), // ),
// ), // ),
// 点赞收藏转发 布局样式2 // 点赞收藏转发 布局样式2
if (!isHorizontal) actionGrid(context, videoIntroController), if (!isHorizontal) ...[
const SizedBox(height: 8),
actionGrid(context, videoIntroController),
],
// 合集 // 合集
if (!widget.loadingStatus && if (!widget.loadingStatus &&
videoDetail.ugcSeason != null && videoDetail.ugcSeason != null &&