lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
4k stars 673 forks source link

TwinklingRefreshLayout嵌套CoordinatorLayout出现的问题? #184

Open sunshinecf opened 5 years ago

sunshinecf commented 5 years ago

里面有RecyclerView 导致下拉的时候直接回弹 并没有子view拉倒底部

janvalji commented 5 years ago

I think I have the same problem

WestWerewolf commented 4 years ago

把越界回弹禁用掉就好了: refreshLayout.setEnableOverScroll(false)