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.
2 parents 548332d + f56e43b commit 2d4bcfaCopy full SHA for 2d4bcfa
library/src/main/java/com/jmedeisis/draglinearlayout/DragLinearLayout.java
@@ -362,6 +362,9 @@ private void startDetectingDrag(View child) {
362
draggableChildren.get(position).endExistingAnimation();
363
364
draggedItem.startDetectingOnPossibleDrag(child, position);
365
+ if (containerScrollView != null) {
366
+ containerScrollView.requestDisallowInterceptTouchEvent(true);
367
+ }
368
}
369
370
private void startDrag() {
0 commit comments