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