fix: refresh rcmd

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-01 13:16:09 +08:00
parent 26e8553d9e
commit 62a1768307

View File

@@ -43,8 +43,9 @@ class RcmdController extends PopupController {
} }
@override @override
Future onRefresh() { Future onRefresh() async {
currentPage = 0; currentPage = 0;
return super.onRefresh(); isEnd = false;
await queryData();
} }
} }