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

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

Merge "[flexiglass] Disable ripple effect when clicking an empty area of Shade." into main

parents 4c9999e7 a3ef918b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -279,7 +279,9 @@ private fun ContentScope.SingleShade(
        Layout(
            modifier =
                Modifier.thenIf(viewModel.isEmptySpaceClickable) {
                    Modifier.clickable { viewModel.onEmptySpaceClicked() }
                    Modifier.clickable(interactionSource = null, indication = null) {
                        viewModel.onEmptySpaceClicked()
                    }
                },
            content = {
                CollapsedShadeHeader(