Bug P2
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.