User scrolls to bottom of comments and the app correctly loads more, but returns the user to the top instead of keeping the user at the last comment he read.
User sees comments 1-10
User gets to comment 10
App loads comments 11-20
App returns screen position to comment 1 (wrong)
App should return screen position to comment 11 (correct)
This should be the behavior of ALL screens that have infinite scrolling:
My Influences
Social Activity Screen (both tabs)
User Profile screen (user's previous posts)
Newsfeed
Comments on Item Detail Screen
Comments on Reply Screen
User scrolls to bottom of comments and the app correctly loads more, but returns the user to the top instead of keeping the user at the last comment he read.
User sees comments 1-10 User gets to comment 10 App loads comments 11-20 App returns screen position to comment 1 (wrong) App should return screen position to comment 11 (correct)
This should be the behavior of ALL screens that have infinite scrolling: My Influences Social Activity Screen (both tabs) User Profile screen (user's previous posts) Newsfeed Comments on Item Detail Screen Comments on Reply Screen