Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 120433e3 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Propagate configuration change into QSFragmentCompose view" into main

parents 4e19de03 7e8f17f7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {