Running man!

Results 24 comments of Running man!

将 ``` java public boolean dispatchTouchEvent(MotionEvent e) { } ``` move事件中的 ``` java if (mDisableWhenHorizontalMove && !mPreventForHorizontal && (Math.abs(offsetX) > mPagingTouchSlop && Math.abs(offsetX) > Math.abs(offsetY))) { if (mPtrIndicator.isInStartPosition()) { mPreventForHorizontal...

@ixiaoluo 好久不见。之前写的,粗心没测试。现在更新了一下,测试没问题。 希望能帮到你。

@mmchong3173 我更新了之前给的解决方案。从这楼开始倒数第5楼。

@mmchong3173 是的。也可以以lib项目引入,修改源码,测试好。然后build一次,在build目录里面找到aar包,然后删除依赖项目,直接引用aar。等秋大 fix了以后再更换依赖。总之public 的api不变。

时间过了很久了,方便提供一个可以复现的demo工程么?

Don't extends WrapperAdapter. WrapperAdapter is inner class which wrapper your real adapter to do some hack thing like add header/footer etc...

首先我描述一下复现步骤,看看和你们说的是不是同一个问题: 1. 单指下拉,滑动回去不会有问题。 2. 下拉或者上滑过程中,切换了手指,上滑到刷新头部完全隐藏,继续上滑会一次性跳动一段距离。

谢谢。分析的特别棒!

I need three things to track the problem. 1. Full exception log message 2. The code you wrote that cause the Exception. 3. What is the version of the lib...