Bug P2
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
When scrolling, we need to avoid replacing a modifier and causing an extra recompose on every scroll increment. We can adapt the lambda+snapshot invalidation approach used in Modifier.offset for the ScrollAxisRange semantics.