opt: article blocked item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-30 09:51:35 +08:00
parent b5f2510cce
commit 8d4bbc1a1c
2 changed files with 27 additions and 24 deletions

View File

@@ -264,7 +264,7 @@ Widget forWard(
: item.modules.moduleDynamic?.major?.blocked != null
? _blockedItem(
theme, item.modules.moduleDynamic!.major!.blocked!)
: const SizedBox(height: 0);
: const SizedBox.shrink();
case 'DYNAMIC_TYPE_PGC':
return videoSeasonWidget(theme, source, item, context, 'pgc',
floor: floor);