tuesda / CircleRefreshLayout

a custom pull-to-refresh layout which contains a interesting animation
1.78k stars 369 forks source link

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

Open thesnowgoose opened 8 years ago

thesnowgoose commented 8 years ago

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 commented 6 years ago

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)