mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: refresh rank page
This commit is contained in:
@@ -28,7 +28,7 @@ class RankController extends GetxController with GetTickerProviderStateMixin {
|
|||||||
void onRefresh() {
|
void onRefresh() {
|
||||||
int index = tabController.index;
|
int index = tabController.index;
|
||||||
var ctr = tabsCtrList[index];
|
var ctr = tabsCtrList[index];
|
||||||
ctr().onRefresh();
|
ctr.onRefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void animateToTop() {
|
void animateToTop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user