mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
opt: dyn panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -113,7 +113,7 @@ class _DynTopicPageState extends State<DynTopicPage> {
|
||||
_controller.onLoadMore();
|
||||
}
|
||||
final item = loadingState.response![index];
|
||||
if (item.topicType != null) {
|
||||
if (item.dynamicCardItem != null) {
|
||||
return DynamicPanel(
|
||||
item: item.dynamicCardItem!,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user