Skip to content

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

@thesnowgoose

Description

@thesnowgoose

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions