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