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

Commit d2bae331 authored by yyalan's avatar yyalan
Browse files

Remove clickable hint for animations

Bug: 406253820
Flag: NONE bug fix
Test: Screenshot in comment
Change-Id: I3451210c58e3c7f1a58166f8ee589c2d77e87261
parent ec7b916a
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 },
    )
}