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

Commit 9732ecf9 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary spacer" into main

parents cece1e56 2b50e7da
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -378,16 +378,6 @@ fun CommunalHub(
                onCancel = viewModel::onEnableWorkProfileDialogCancel
            )
        }

        // This spacer covers the edge of the LazyHorizontalGrid and prevents it from receiving
        // touches, so that the SceneTransitionLayout can intercept the touches and allow an edge
        // swipe back to the blank scene.
        Spacer(
            Modifier.height(Dimensions.GridHeight)
                .align(Alignment.CenterStart)
                .width(Dimensions.Spacing)
                .pointerInput(Unit) {}
        )
    }
}