Status Update
Comments
yi...@gmail.com <yi...@gmail.com> #2
Thanks for providing all the details we need! We've accepted this issue and will fix this in an upcoming release.
Join our discussion group (
Please note that you have submitted this information with the knowledge that we may use, modify, reproduce, publicly display, and distribute the information in accordance with our open source policies. Please let us know if you did not intend to submit the information for such use.
lp...@google.com <lp...@google.com> #3
Levi, it's not clear whether this is a problem with pointer input / coroutines / our fling logic. Could you take a quick look and see if there are some callbacks missing / we are getting strange input values inside lazy / scrollable?
yi...@gmail.com <yi...@gmail.com> #4
yi...@gmail.com <yi...@gmail.com> #5
I did some additional testing and it appears to be a coroutine issue.
When you perform a coroutine-dependent function on the scrollable item (for example, I tried AnchoredDraggableState.animateTo()), there is no visible effect if the ComposeView is an accessibility window.
Everything is again working correctly in a normal ComposeActivity.
yi...@gmail.com <yi...@gmail.com> #6
What is the status of this bug now?
yi...@gmail.com <yi...@gmail.com> #7
What is the status of this bug now? Is there a workaround?
Description
Jetpack Compose version: compose-bom:2025.02.00
Jetpack Compose component(s) used: LazyColumn
Android Studio Build: 2024.2.1
Kotlin version: 2.0.0
Steps to Reproduce or Code Sample to Reproduce: Run this example, then enable the accessibility service. Try flinging the LazyColumn.