mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 15:16:15 +08:00
@@ -21,6 +21,9 @@ class SelectTopicController
|
||||
|
||||
@override
|
||||
List<TopicItem>? getDataList(TopicPubSearchData response) {
|
||||
if (response.pageInfo?.hasMore == false) {
|
||||
isEnd = true;
|
||||
}
|
||||
return response.topicItems;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user