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 3ecb01a commit 23e5ea2Copy full SHA for 23e5ea2
library/src/main/java/com/jmedeisis/draglinearlayout/DragLinearLayout.java
@@ -360,7 +360,7 @@ private void startDetectingDrag(View child) {
360
361
private void startDrag() {
362
// remove layout transition, it conflicts with drag animation
363
- // we will restore it after drag animation end, see stopDrag()
+ // we will restore it after drag animation end, see onDragStop()
364
layoutTransition = getLayoutTransition();
365
if (layoutTransition != null) {
366
setLayoutTransition(null);
0 commit comments