diff options
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt | 5 |
1 files changed, 1 insertions, 4 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 e2d693eb1089..f6535ec0b710 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 @@ -661,10 +661,7 @@ private fun Toolbar( val addWidgetText = stringResource(R.string.hub_mode_add_widget_button_text) ToolbarButton( isPrimary = !removeEnabled, - modifier = - Modifier.align(Alignment.CenterStart).semantics { - contentDescription = addWidgetText - }, + modifier = Modifier.align(Alignment.CenterStart), onClick = onOpenWidgetPicker, ) { Icon(Icons.Default.Add, null) |