Loading packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/composable/TutorialSelectionScreen.kt +3 −1 Original line number Diff line number Diff line Loading @@ -218,9 +218,11 @@ private fun TutorialButton( verticalArrangement = Arrangement.Center, horizontalAlignment = Alignment.CenterHorizontally, ) { // contentDescription is set to null because the icon is decorative and we don't want to // repeat the text twice Icon( imageVector = icon, contentDescription = text, contentDescription = null, modifier = Modifier.width(30.dp).height(30.dp), tint = iconColor, ) Loading Loading
packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/composable/TutorialSelectionScreen.kt +3 −1 Original line number Diff line number Diff line Loading @@ -218,9 +218,11 @@ private fun TutorialButton( verticalArrangement = Arrangement.Center, horizontalAlignment = Alignment.CenterHorizontally, ) { // contentDescription is set to null because the icon is decorative and we don't want to // repeat the text twice Icon( imageVector = icon, contentDescription = text, contentDescription = null, modifier = Modifier.width(30.dp).height(30.dp), tint = iconColor, ) Loading