Skip to content
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

CircleRefreshLayout refreshes even if it is not dragged from the top of the list #17

Open
thesnowgoose opened this issue Jul 23, 2016 · 1 comment

Comments

@thesnowgoose
Copy link

What I mean is that when I am trying to scroll up (not from the top element in list) the CircleRefreshLayout animation starts and it does refresh instead of scrolling up.

I am using a recyclerView , something like
` // Root layout

<LinearLayout> // Root layout
    <ToolBar>
    <CircleRefreshLayout>
        <LinearLayout>  // List Container
           <RecyclerView>`

and my code looks like I mentioned on issue #5

@Aayushi-Doshi
Copy link

Hi, I have the same issue with scroll up (not from the top element in the list) the CircleRefreshLayout animation starts and it does refresh instead of scrolling up.

// Root layout


// List Container
`

in this hierarchy, if i remove " // List Container" this viewGroup , means now something like this
// Root layout


`
scroll behave perfectly (this is not the solution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants