💄 Optimize UX

This commit is contained in:
2024-08-30 23:18:49 +08:00
parent c97a7ae859
commit 4fd9447591
7 changed files with 119 additions and 68 deletions

View File

@ -113,7 +113,7 @@ class _BottomPlayerState extends State<BottomPlayer>
duration: const Duration(milliseconds: 1000),
builder: (context, value, _) => LinearProgressIndicator(
minHeight: 3,
value: _isFetchingActiveTrack ? null : null,
value: _isFetchingActiveTrack ? null : value,
),
),
Row(