mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
@@ -177,7 +177,7 @@ class _ArticlePageState extends CommonDynPageState<ArticlePage> {
|
||||
// if (kDebugMode) debugPrint('moduleBlocked');
|
||||
final moduleBlocked = controller.opusData!.modules.moduleBlocked!;
|
||||
content = SliverToBoxAdapter(
|
||||
child: moduleBlockedItem(context, theme, moduleBlocked, maxWidth),
|
||||
child: moduleBlockedItem(context, theme, moduleBlocked),
|
||||
);
|
||||
} else if (controller.articleData?.content != null) {
|
||||
if (controller.articleData?.type == 3) {
|
||||
|
||||
Reference in New Issue
Block a user