Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionae...@google.com created issue #1Jan 28, 2021 02:28AMWhen 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. Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Feb 2, 2021 02:53AMHi. Thanks for reporting this. Fixed in this changelist. This should be available in alpha-04 is...@google.com <is...@google.com> Mar 11, 2024 07:06AMStatus: NewAdd comment Comment
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.