anzaizai / EasySwipeMenuLayout

A sliding menu library not just for recyclerview, but all views.
Apache License 2.0
1.3k stars 173 forks source link

滑动冲突 #23

Open wall3001 opened 6 years ago

wall3001 commented 6 years ago

在viewpager中滑动还是有冲突,我看你加了 if(Math.abs(distanceX) > (float)this.mScaledTouchSlop) { this.getParent().requestDisallowInterceptTouchEvent(true); } 还是有冲突,有时候行有时候不行