Loading packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt +4 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,10 @@ private fun ContentScope.Panel( header: (@Composable () -> Unit)?, content: @Composable () -> Unit, ) { Box(modifier = modifier.clip(OverlayShade.Shapes.RoundedCornerPanel)) { Box( modifier = modifier.clip(OverlayShade.Shapes.RoundedCornerPanel).disableSwipesWhenScrolling() ) { Spacer( modifier = Modifier.element(OverlayShade.Elements.PanelBackground) Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt +4 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,10 @@ private fun ContentScope.Panel( header: (@Composable () -> Unit)?, content: @Composable () -> Unit, ) { Box(modifier = modifier.clip(OverlayShade.Shapes.RoundedCornerPanel)) { Box( modifier = modifier.clip(OverlayShade.Shapes.RoundedCornerPanel).disableSwipesWhenScrolling() ) { Spacer( modifier = Modifier.element(OverlayShade.Elements.PanelBackground) Loading