Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelperSharedComponents.kt +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ import androidx.compose.ui.semantics.role import androidx.compose.ui.semantics.semantics import androidx.compose.ui.text.SpanStyle import androidx.compose.ui.text.buildAnnotatedString import androidx.compose.ui.text.style.Hyphens import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.text.style.TextOverflow import androidx.compose.ui.text.withStyle Loading Loading @@ -502,7 +503,7 @@ private fun ShortcutDescriptionText( Text( modifier = modifier, text = textWithHighlightedSearchQuery(shortcut.label, searchQuery), style = MaterialTheme.typography.labelLarge, style = MaterialTheme.typography.labelLarge.copy(hyphens = Hyphens.Auto), color = MaterialTheme.colorScheme.onSurface, ) } Loading Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutHelperSharedComponents.kt +2 −1 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ import androidx.compose.ui.semantics.role import androidx.compose.ui.semantics.semantics import androidx.compose.ui.text.SpanStyle import androidx.compose.ui.text.buildAnnotatedString import androidx.compose.ui.text.style.Hyphens import androidx.compose.ui.text.style.TextAlign import androidx.compose.ui.text.style.TextOverflow import androidx.compose.ui.text.withStyle Loading Loading @@ -502,7 +503,7 @@ private fun ShortcutDescriptionText( Text( modifier = modifier, text = textWithHighlightedSearchQuery(shortcut.label, searchQuery), style = MaterialTheme.typography.labelLarge, style = MaterialTheme.typography.labelLarge.copy(hyphens = Hyphens.Auto), color = MaterialTheme.colorScheme.onSurface, ) } Loading