Loading packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/composable/TutorialAnimation.kt +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ private fun EducationAnimation( dynamicProperties = animationProperties, modifier = Modifier.fillMaxSize() .clickable { isPlaying = !isPlaying } .clickable(interactionSource = null, indication = null) { isPlaying = !isPlaying } .semantics { contentDescription = animationDescription }, ) } Loading Loading
packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/composable/TutorialAnimation.kt +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ private fun EducationAnimation( dynamicProperties = animationProperties, modifier = Modifier.fillMaxSize() .clickable { isPlaying = !isPlaying } .clickable(interactionSource = null, indication = null) { isPlaying = !isPlaying } .semantics { contentDescription = animationDescription }, ) } Loading