Skip to content

Commit

Permalink
fix: status bar color of playlist/album page
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 18, 2023
1 parent 20274b1 commit 65fa3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class TrackCollectionView<T> extends HookConsumerWidget {
final collapsed = useState(false);

useCustomStatusBarColor(
color?.color ?? theme.scaffoldBackgroundColor,
Colors.transparent,
GoRouter.of(context).location == routePath,
);

Expand Down

0 comments on commit 65fa3cb

Please sign in to comment.