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

Commit ad2d6fba authored by burakov's avatar burakov
Browse files

[flexiglass] Proper fix instead of ag/35037345.

Bug: 438156418
Test: Unit tests pass.
Flag: com.android.systemui.scene_container
Change-Id: Ic62b5069650dedbbbc104c924b35b213f25d5cdd
parent efd1f729
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -422,7 +422,7 @@ private fun ContentScope.SplitShade(
            Row(modifier = Modifier.fillMaxWidth().weight(1f)) {
            Row(modifier = Modifier.fillMaxWidth().weight(1f)) {
                Box(
                Box(
                    modifier =
                    modifier =
                        Modifier.element(QuickSettings.Elements.SplitShadeQuickSettings)
                        Modifier.element(SplitShadeQuickSettings)
                            .overscroll(verticalOverscrollEffect)
                            .overscroll(verticalOverscrollEffect)
                            .weight(1f)
                            .weight(1f)
                            .graphicsLayer { translationX = unfoldTranslationXForStartSide }
                            .graphicsLayer { translationX = unfoldTranslationXForStartSide }