-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecyclerView inside SwipeRefreshLayout #73
Comments
I am having the same problem..did you fix it??? |
I am having the same problem too |
I was facing the same issue. It is not necessary to add
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't really know if this is the same problem as #28 or just related.
However, when having the
RecyclerView
inside aSwipeRefreshLayout
theFastScroller
it doesn't work as intended. Its scrollbar jumps when theRecyclerView
is moved normally and cannot be dragged.The text was updated successfully, but these errors were encountered: