We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715756c commit f6cd43eCopy full SHA for f6cd43e
library/src/main/java/com/daimajia/swipe/SwipeLayout.java
@@ -651,9 +651,8 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
651
mTouchConsumedByChild = childNeedHandleTouchEvent(getSurfaceView(), ev) != null;
652
}else if(status == Status.Open){
653
mTouchConsumedByChild = childNeedHandleTouchEvent(getBottomView(), ev) != null;
654
- }else{
655
- break;
656
}
+ break;
657
case MotionEvent.ACTION_UP:
658
case MotionEvent.ACTION_CANCEL:
659
mTouchConsumedByChild = false;
0 commit comments