mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -350,10 +350,7 @@ class _DynTopicPageState extends State<DynTopicPage> with DynMixin {
|
||||
|
||||
final item = response[index];
|
||||
if (item.dynamicCardItem != null) {
|
||||
return DynamicPanel(
|
||||
item: item.dynamicCardItem!,
|
||||
maxWidth: maxWidth,
|
||||
);
|
||||
return DynamicPanel(item: item.dynamicCardItem!);
|
||||
}
|
||||
|
||||
return Text(item.topicType ?? 'err');
|
||||
@@ -368,10 +365,7 @@ class _DynTopicPageState extends State<DynTopicPage> with DynMixin {
|
||||
}
|
||||
final item = response[index];
|
||||
if (item.dynamicCardItem != null) {
|
||||
return DynamicPanel(
|
||||
item: item.dynamicCardItem!,
|
||||
maxWidth: maxWidth,
|
||||
);
|
||||
return DynamicPanel(item: item.dynamicCardItem!);
|
||||
} else {
|
||||
return Text(item.topicType ?? 'err');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user