Skip to content

Commit 8b540da

Browse files
author
yanxuwen
committed
bug
1 parent d954098 commit 8b540da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Drawer/mydrawer/src/main/java/com/yanxuwen/mydrawer/BaseDragLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
520520
}
521521
}
522522

523-
return false;
523+
return isopen;
524524
}
525525

526526
@Override

0 commit comments

Comments
 (0)