mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: keep member search page
fix: search arc Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -151,9 +151,9 @@ class MemberSearchController extends GetxController
|
||||
isEndArchive = true;
|
||||
}
|
||||
archiveState.value = LoadingState.success(vlist);
|
||||
} else if (dynamicState.value is Success) {
|
||||
} else if (archiveState.value is Success) {
|
||||
List<VListItemModel> currentList =
|
||||
(dynamicState.value as Success).response;
|
||||
(archiveState.value as Success).response;
|
||||
currentList.addAll(vlist!);
|
||||
if (currentList.length >= archiveCount.value) {
|
||||
isEndDynamic = true;
|
||||
|
||||
Reference in New Issue
Block a user