Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
When setting the items on the RecyclerView for a second time, you can see it updates the items twice (If you slow down the video, you can see the elements go n-1 and then they update to the final value).
I replicated this behavior using 'androidx.recyclerview:recyclerview:1.3.2' and it's replicable on the following versions of it (The 1.4.0-alpha01 does it less frequently). For versions 1.2.1 and below I am not able to reproduce the issue
I tried with different compose versions (1.4.3, 1.6), and didn't seem to change this behavior
Component used: ComposeView, RecyclerView
Devices versions reproduced on:: Emulator with Android Q, Pixel 8 Pro with Android 14
Attached some views with and without the flickering and an Android Studio Project