Assigned
Status Update
Comments
yb...@google.com <yb...@google.com>
yb...@google.com <yb...@google.com> #2
Apologies Jeremy, I realized we have a tracking ticket for the sheet APIs specifically:
su...@gmail.com <su...@gmail.com> #3
Sounds good. I will make it a dup.
Description
Paging currently has an open bug ( b/184874613 ) when refreshing the list of items with a
ConcatAdapter
that adds an item (loading spinner) to the bottom of RV. This causes RV to scroll to the bottom of the list after refreshing, because it tries to restore the scroll position of the loading spinner footer. Ideally, there would be a way to mark specific items as "lower priority" so that we can mark the loading spinner as an item that should never be considered for scroll position restoration.Note: This is not really related to
ConcatAdapter
, but having an API at the adapter granularity would also be an acceptable workaround for Paging, but less ideal I think.