Loading packages/SystemUI/src/com/android/systemui/qs/composefragment/QSFragmentCompose.kt +5 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,11 @@ constructor( return frame } override fun onConfigurationChanged(newConfig: Configuration) { super.onConfigurationChanged(newConfig) view?.dispatchConfigurationChanged(newConfig) } @Composable private fun Content(modifier: Modifier = Modifier) { PlatformTheme(isDarkTheme = if (notificationShadeBlur()) isSystemInDarkTheme() else true) { Loading Loading
packages/SystemUI/src/com/android/systemui/qs/composefragment/QSFragmentCompose.kt +5 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,11 @@ constructor( return frame } override fun onConfigurationChanged(newConfig: Configuration) { super.onConfigurationChanged(newConfig) view?.dispatchConfigurationChanged(newConfig) } @Composable private fun Content(modifier: Modifier = Modifier) { PlatformTheme(isDarkTheme = if (notificationShadeBlur()) isSystemInDarkTheme() else true) { Loading