dinuscxj / RecyclerRefreshLayout

A pull to refresh layout for android, the RecyclerRefreshLayout is based on the SwipeRefreshLayout. support all the views, highly customizable, code simplicity, etc. really a practical RefreshLayout!
1.67k stars 253 forks source link

下拉刷新的时候,向下滚动,再回到顶部,刷新状态就没了 #10

Closed CodeCatLYR closed 7 years ago

CodeCatLYR commented 7 years ago

RecyclerRefreshLayout 下拉刷新,然后向下滚动, 再回到顶部, 刷新的状态和动画就不见了

dinuscxj commented 7 years ago

@CodeCatLYR 那是刷新结束了啊, 逻辑本来就该是这样的

CodeCatLYR commented 7 years ago

嗯嗯,我说的不是刷新结束的情况,是还在请求,然后向下滑动,看不见刷新头部之后,再向上滑动到顶部,只能滑动到RecyclerView 的最顶部,不会出现刷新中的控件....

dinuscxj commented 7 years ago

@CodeCatLYR 你的这个问题 compile 'com.dinuscxj:recyclerrefreshlayout:2.0.2'应该已经解决啦