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
Component used: RecyclerView Version used: 1.2.1 Devices/Android versions reproduced on: Google Pixel 6
When using ListAdapter together with a LinearLayoutManager and a new List gets submitted, the layoutManager tries to find a View to use ist as an Anchor to keep the scroll position, the issue here is that when the only item that was not changed in the list is the last one, the recyclerview scrolls to the end. Is this behavior intended? if so, can you provide a logical explenation/usecase for this behavior?