You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use this library with a RecyclerView that sits inside a swipe to refresh layout, or any other layout that handles vertical scrolling (i.e. a bottom sheet behavior), if you scroll up the list to the top and keep going, it will trigger the swipe to refresh or the bottom sheet dragging BEFORE the RecyclerView reaches the top of the list, so before it gets to the first header.
This issue seems to go away if I don't use the library, in both scenarios.
The text was updated successfully, but these errors were encountered:
When you use this library with a RecyclerView that sits inside a swipe to refresh layout, or any other layout that handles vertical scrolling (i.e. a bottom sheet behavior), if you scroll up the list to the top and keep going, it will trigger the swipe to refresh or the bottom sheet dragging BEFORE the RecyclerView reaches the top of the list, so before it gets to the first header.
This issue seems to go away if I don't use the library, in both scenarios.
The text was updated successfully, but these errors were encountered: