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

Commit b77c082e authored by burakov's avatar burakov
Browse files

[flexiglass] Fix build breakage.

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