ConsecutiveScroller icon indicating copy to clipboard operation
ConsecutiveScroller copied to clipboard

OnVerticalScrollChangeListener事件覆盖问题

Open xiaomaowu opened this issue 3 years ago • 1 comments

问题1: ConsecutiveScrollerLayout嵌套ConsecutiveScrollerLayout,子ConsecutiveScrollerLayout.setOnVerticalScrollChangeListener,返回的state一直是0

问题2: ConsecutiveScrollerLayout下的recycleView.addOnScrollListener没有回调

xiaomaowu avatar Dec 26 '21 08:12 xiaomaowu

ConsecutiveScrollerLayout会代理子view的滑动,所以只有外层的ConsecutiveScrollerLayout能正常监听滑动事件。子view不能监听

donkingliang avatar Dec 27 '21 02:12 donkingliang