Stephen

Results 4 comments of Stephen

I also had a TimeOut situation: https://jitpack.io/com/github/kelinZhou/PhotoSelector/44a85846c4/build.log

And the touch event for ViewPager2 still works during scaling.

Issues:The touch event for ViewPager2 still works during scaling. You can call ```parent.requestDisallowInterceptTouchEvent(true)``` method when MotionEvent.getPointerCount() > 1.

this._listRef && this._listRef.setData(newData); 改成上面这样就能解决问题,这只是demo。因为控制器销毁后对象不存在了,但是计时任务没有销毁而导致的。真实业务场景不会这样写的。