Is there any way to skip composables in the access...
# compose
a
Is there any way to skip composables in the accessibility tree? I'm reconstructing an image in compose and just want to describe the box containing all the composables, but not all the composables inside the box
c
a
Probably, I'll have to mess around with it tomorrow. That's what my gut was going with
a
Modifier.clearAndSetSemantics {}
❤️ 1