mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 13:25:49 +08:00
@@ -29,7 +29,7 @@ class RankController extends GetxController
|
||||
final position = tabScrollController.position;
|
||||
final offset = clampDouble(
|
||||
(tabHeight * (2 * index + 1) - position.viewportDimension) / 2.0 +
|
||||
(_mainCtr.useBottomNav && (_mainCtr.showBottomBar?.value ?? false)
|
||||
(_mainCtr.useBottomNav && (_mainCtr.showBottomBar?.value ?? true)
|
||||
? 80.0
|
||||
: 0.0),
|
||||
position.minScrollExtent,
|
||||
|
||||
Reference in New Issue
Block a user