fix: refresh rank page

This commit is contained in:
bggRGjQaUbCoE
2024-08-30 20:46:47 +08:00
parent c44532d7b7
commit 1864fa29bf

View File

@@ -28,7 +28,7 @@ class RankController extends GetxController with GetTickerProviderStateMixin {
void onRefresh() {
int index = tabController.index;
var ctr = tabsCtrList[index];
ctr().onRefresh();
ctr.onRefresh();
}
void animateToTop() {