mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -1653,7 +1653,11 @@ class _VerticalTabBarState extends State<VerticalTabBar> {
|
||||
tabCenter +
|
||||
paddingTop -
|
||||
viewportWidth / 2.0 +
|
||||
(_mainCtr.useBottomNav && (_mainCtr.barOffset?.value ?? 0) == 0
|
||||
(_mainCtr.useBottomNav &&
|
||||
switch (_mainCtr.barHideType) {
|
||||
.instant => _mainCtr.showBottomBar?.value ?? true,
|
||||
.sync => (_mainCtr.barOffset?.value ?? 0) == 0,
|
||||
}
|
||||
? 80.0
|
||||
: 0.0),
|
||||
minExtent,
|
||||
|
||||
Reference in New Issue
Block a user