Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

headView 里执行动画的问题 #47

Open Nstd opened 6 years ago

Nstd commented 6 years ago

headView里如果有动画,滑出可见区域再滑回来,动画就不执行了

Aspsine commented 6 years ago

在headerView的onAttachedToWindow和onDetachedFromWindow打log查看一下。当滑走滑回来的时候是不是调用了。