fix: status bar color of playlist/album page

This commit is contained in:
Kingkor Roy Tirtho 2023-06-18 13:25:59 +06:00
parent 20274b1c65
commit 65fa3cb624

View File

@ -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,
);