mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
fix: rank: anim to top
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -11,8 +11,12 @@ class RankController extends GetxController
|
||||
RxInt tabIndex = 0.obs;
|
||||
late TabController tabController;
|
||||
|
||||
ZoneController get controller => Get.find<ZoneController>(
|
||||
tag: tabsConfig[tabController.index]['rid'].toString());
|
||||
ZoneController get controller {
|
||||
final item = tabsConfig[tabController.index];
|
||||
return Get.find<ZoneController>(
|
||||
tag: '${item['rid']}${item['season_type']}');
|
||||
}
|
||||
|
||||
@override
|
||||
ScrollController get scrollController => controller.scrollController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user