lcodecorex / TwinklingRefreshLayout

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

在Music视图中,刚好满一屏时没有回弹效果 #35

Closed tczyb closed 7 years ago

tczyb commented 7 years ago

在Music视图中,刚好满一屏时(最后一个item只显示一半)没有回弹效果,item较多时不会。 当上述情况时,开启setAutoLoadMore(true),不会加载,得上拉才能加载。

lcodecorex commented 7 years ago

@tczyb 这确实是个遗留的问题,fixedHeader的方案存在一点缺陷,下一版会借助CoordnatorLayout采用不一样的方案

tczyb commented 7 years ago

@lcodecorex 我已经把addFixedExHeader去掉了,还是一样

lcodecorex commented 7 years ago

@tczyb 能截图,代码,并说明详细情况吗?我的邮箱lodecore@163.com

tczyb commented 7 years ago

@lcodecorex 你邮箱写错了^_^

lcodecorex commented 7 years ago

v1.06已修复,感谢反馈!