Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I was able to reproduce the issue. It is broken since https://android-review.googlesource.com/c/platform/frameworks/support/+/1686519 .
I don't think there is any workaround available so I recommend for everyone affected to stay on beta06 for a bit.
I don't think there is any workaround available so I recommend for everyone affected to stay on beta06 for a bit.
ra...@google.com <ra...@google.com>
na...@google.com <na...@google.com> #3
Take this with a huge grain of salt but I had the same/similar issue occasionally on beta06
and before as well. It got a lot worse with beta07
. Just scrolling and randomly finding items that are not rendered whatsoever. I'm developing deeply nested dynamic forms so I could be hitting multiple edge cases or perhaps made a mistake myself but I don't have these issues with a verticalScroll
modifier on a regular column.
Description
Use Owner.registerOnEndApplyChangesListener to create a system where we mark nodes as dirty and defer the calculation of FocusProperties and propagation of FocusEvents to after we apply changes.
After this change we should not need a isDetaching property anymore.