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
So right now to update a single item i have to invalidate the datasource which has to make multiple network calls and it also scrolls my recyclerview to the top instead of hotswapping my updated item, this is a really awkward functionality to update the item. Plus i get from an observer the page with the item updated in it, it would be great if i could just update the existing page with the new one.