Assigned
Status Update
Comments
lp...@google.com <lp...@google.com>
al...@google.com <al...@google.com> #2
Triage notes: Needs validation of sample. Could be an issue in the modifier itself, rather than the runtime.
Description
Jetpack Compose version:
2023.02.00-beta02
Jetpack Compose component(s) used:
Android Studio Build:
Kotlin version:
1.8.10
Steps to Reproduce or Code Sample to Reproduce:
Expected Result:
Only items divisible by 10 should be x2 scaled
Actual Result:
After scrolling some items that isn't divisible by 10 is x2 scaled
Notes
This doesn't happen if I remove the external box or move the modifier in the external box
I know the code is weird, but it is the simplest to showcase the issue.
I didn't yet had the chance to upgrade to a newer compose version to test it, I'll comment here if I do)