canyinghao / CanRefresh

可适配所有视图的下拉刷新上拉加载,并支持各种风格。
Apache License 2.0
350 stars 82 forks source link

使用经典刷新,自动刷新的时候,偶尔回弹不同步 #28

Open gaojunhuiBS opened 7 years ago

gaojunhuiBS commented 7 years ago

我这使用经典下拉刷新的时候,RecyclerView下拉刷新,有的时候会在刷新头之前回到原位置,刷新头和RecyclerView回弹的时候不同步(在使用autoRefresh()的时候出现)。

item
canyinghao commented 7 years ago

不好意思,没遇到过这个问题,暂时也不知道解决方案。你可以试试把CanRefreshLayout放进你的项目,改autoRefresh方法试试。