fix: search page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-17 10:28:18 +08:00
parent 0522dd5ad4
commit 5959288491
4 changed files with 4 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ abstract class CommonSearchPageState<S extends CommonSearchPage, R, T>
},
),
),
onSubmitted: (value) => controller.onReload(),
onSubmitted: (value) => controller.onRefresh(),
),
),
body: Obx(() => _buildBody(controller.loadingState.value)),