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

Commit 247f51f1 authored by Andrew Xu's avatar Andrew Xu Committed by Android (Google) Code Review
Browse files

Merge "Fix disappearance of the QS overlay contents" into main

parents 2c9cd8b1 ff6f9551
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -72,11 +72,10 @@ internal fun Modifier.verticalFloatingExpandContainerBackground(
            obtainGraphicsLayer().apply {
                clip = true
                setRoundRectOutline(shapeTopLeft, shapeSize, cornerRadius = currentRadiusPx)

                record { drawContent() }
            }

        onDrawWithContent {
            layer.record { this@onDrawWithContent.drawContent() }
            drawRoundRect(
                color = backgroundColor,
                topLeft = shapeTopLeft,