mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -41,6 +41,9 @@ class MemberSearchChildController extends CommonListController {
|
||||
case MemberSearchType.dynamic:
|
||||
DynamicsDataModel data = response;
|
||||
offset = data.offset;
|
||||
if (data.hasMore == false) {
|
||||
isEnd = true;
|
||||
}
|
||||
controller.counts[searchType.index] = data.total ?? 0;
|
||||
return data.items;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user