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

内容视图监听方法被占用 #41

Closed AbeDai closed 7 years ago

AbeDai commented 7 years ago

在OverScrollProcessor中mChildView.setOnTouchListener()监听被占用,将导致mChildView对象不可以被监听到。希望lcodecorex可以在下一版本中可以改进。

chuanjiangzhou commented 7 years ago

遇到同样的问题