mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: later page: multi select
feat: fav detail page: multi select opt: reply item opt: load more Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -43,17 +43,8 @@ class RcmdController extends PopupController {
|
||||
}
|
||||
|
||||
@override
|
||||
void handleSuccess(List currentList, List dataList) {
|
||||
if (dataList.length > 1 && currentList.length < 24) {
|
||||
Future.delayed(const Duration(milliseconds: 300), () {
|
||||
if (currentList.length < 24) queryData(false);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
Future onRefresh() async {
|
||||
Future onRefresh() {
|
||||
currentPage = 0;
|
||||
await queryData();
|
||||
return super.onRefresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user