diff options
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt index 927890e9d6af..fbfe050c445d 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt @@ -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) {} - ) } } |