mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
@@ -20,7 +20,7 @@ class AppBarAni extends StatelessWidget {
|
||||
return SlideTransition(
|
||||
position:
|
||||
Tween<Offset>(
|
||||
begin: isTop ? const Offset(0, -1) : const Offset(0, 1.1),
|
||||
begin: isTop ? const Offset(0, -1) : const Offset(0, 1.2),
|
||||
end: Offset.zero,
|
||||
).animate(
|
||||
CurvedAnimation(
|
||||
|
||||
@@ -124,7 +124,8 @@ class BottomControl extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
if (controller.viewPointList.isNotEmpty &&
|
||||
controller.showVP.value) ...[
|
||||
controller.showVP.value)
|
||||
// ...[
|
||||
Positioned(
|
||||
left: 0,
|
||||
right: 0,
|
||||
@@ -141,16 +142,16 @@ class BottomControl extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
buildViewPointWidget(
|
||||
controller,
|
||||
8.75,
|
||||
maxWidth -
|
||||
40 -
|
||||
(isFullScreen
|
||||
? MediaQuery.viewPaddingOf(context).horizontal
|
||||
: 0),
|
||||
),
|
||||
],
|
||||
// buildViewPointWidget(
|
||||
// controller,
|
||||
// 8.75,
|
||||
// maxWidth -
|
||||
// 40 -
|
||||
// (isFullScreen
|
||||
// ? MediaQuery.viewPaddingOf(context).horizontal
|
||||
// : 0),
|
||||
// ),
|
||||
// ],
|
||||
if (controller.dmTrend.isNotEmpty &&
|
||||
controller.showDmTreandChart.value)
|
||||
buildDmChart(theme, controller, 4.5),
|
||||
|
||||
Reference in New Issue
Block a user