diff options
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt | 1 |
1 files changed, 1 insertions, 0 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 768e6533ac7d..2a2a5444232f 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 @@ -1002,6 +1002,7 @@ private fun WidgetContent( } .thenIf(viewModel.isEditMode) { Modifier.semantics { + onClick(clickActionLabel, null) contentDescription = accessibilityLabel val deleteAction = CustomAccessibilityAction(removeWidgetActionLabel) { |