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)
Unintended behavior
View staffing
Description
Component used: androidx.recyclerview:recyclerview
Version used: 1.3.0
For almost all
notifyItem*
methods, there are similarnotifyItemRange*
methods.notifyItemChanged
—notifyItemRangeChanged
notifyItemInserted
—notifyItemRangeInserted
notifyItemRemoved
—notifyItemRangeRemoved
notifyItemMoved
— ???Would it be possible to add a
notifyItemRangeMoved(int fromPosition, int toPosition, int itemCount)
method?For context, we would want to use such a method in cashapp/redwood , per the comment in this PR .