Fixed
Status Update
Comments
cc...@google.com <cc...@google.com>
fi...@gmail.com <fi...@gmail.com>
cc...@google.com <cc...@google.com> #2
Which API level are you seeing the issue here with?
ap...@google.com <ap...@google.com> #3
My hunch is that this is related to DialogFragment
or ComponentDialog
adds a new Window
that the contained ComposeView
is not aware of.
na...@google.com <na...@google.com> #4
I've only tested this on API level 33 and 26 so far, and out of these two I'm seeing this only on 33
Description
Jetpack Compose component(s) used: compose-ui
Android Studio Build: -
Kotlin version: 2.0.0
Steps to Reproduce or Code Sample to Reproduce:
1. Enable tracing on a compose application (I used the record_android_trace script)
2. Collect tracing while generating UI updates
3. Notice frequent collapseSemantics spans of around 5-10 us that lead to large AccessibilityLoopIteration spans
Stack trace (if applicable):