mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: refresh rcmd
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -43,8 +43,9 @@ class RcmdController extends PopupController {
|
||||
}
|
||||
|
||||
@override
|
||||
Future onRefresh() {
|
||||
Future onRefresh() async {
|
||||
currentPage = 0;
|
||||
return super.onRefresh();
|
||||
isEnd = false;
|
||||
await queryData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user