mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: custom grpc reply (#25)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -56,10 +56,10 @@ class FavSearchController extends CommonController {
|
||||
: (currentPage == 1
|
||||
? response.response.list
|
||||
: currentList + response.response.list);
|
||||
loadingState.value = LoadingState.success(dataList);
|
||||
isEnd = searchType == SearchType.fav
|
||||
? !response.response.hasMore
|
||||
: response.response.list.isEmpty;
|
||||
loadingState.value = LoadingState.success(dataList);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user