We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc39e97 commit 652d65bCopy full SHA for 652d65b
1 file changed
app/src/main/java/remix/myplayer/ui/theme/Theme.kt
@@ -67,7 +67,7 @@ fun APlayerTheme(
67
SideEffect {
68
val window = (view.context as Activity).window
69
// window.statusBarColor = colorScheme.primary.toArgb()
70
- WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = darkTheme
+ WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = theme.isLight
71
}
72
73
0 commit comments