Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06df3ad9 authored by Ya-Lan Yiue's avatar Ya-Lan Yiue Committed by Android (Google) Code Review
Browse files

Merge "Remove clickable hint for animations" into main

parents cb49432f d2bae331
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
    )
}