mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: status bar color of playlist/album page
This commit is contained in:
parent
20274b1c65
commit
65fa3cb624
@ -88,7 +88,7 @@ class TrackCollectionView<T> extends HookConsumerWidget {
|
|||||||
final collapsed = useState(false);
|
final collapsed = useState(false);
|
||||||
|
|
||||||
useCustomStatusBarColor(
|
useCustomStatusBarColor(
|
||||||
color?.color ?? theme.scaffoldBackgroundColor,
|
Colors.transparent,
|
||||||
GoRouter.of(context).location == routePath,
|
GoRouter.of(context).location == routePath,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user