Skip to content

Commit 23e5ea2

Browse files
committed
Update comment
1 parent 3ecb01a commit 23e5ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/jmedeisis/draglinearlayout/DragLinearLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ private void startDetectingDrag(View child) {
360360

361361
private void startDrag() {
362362
// remove layout transition, it conflicts with drag animation
363-
// we will restore it after drag animation end, see stopDrag()
363+
// we will restore it after drag animation end, see onDragStop()
364364
layoutTransition = getLayoutTransition();
365365
if (layoutTransition != null) {
366366
setLayoutTransition(null);

0 commit comments

Comments
 (0)