mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-20 16:18:39 +00: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