Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ private fun Shortcut( } .focusable(interactionSource = interactionSource) .padding(8.dp) .semantics { contentDescription = shortcut.contentDescription } .semantics(mergeDescendants = true) { contentDescription = shortcut.contentDescription } ) { Row( modifier = Loading Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -615,7 +615,7 @@ private fun Shortcut( } .focusable(interactionSource = interactionSource) .padding(8.dp) .semantics { contentDescription = shortcut.contentDescription } .semantics(mergeDescendants = true) { contentDescription = shortcut.contentDescription } ) { Row( modifier = Loading