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

Commit 53070524 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Dual Shade] Disable nested drags in all overlay shades." into main

parents ac1ee8c5 05b7b2f1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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)