Skip to content

Commit

Permalink
fix(android): revert RecyclerViewBase onTouchMove call
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and zoomchan-cxj committed Jan 8, 2021
1 parent 269a75c commit 2bbf339
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
import android.view.ViewParent;
import android.view.animation.Interpolator;

/**
* Created by leonardgong on 2017/12/7 0007.
*/

public abstract class RecyclerViewBase extends ViewGroup
{
public static final int TRAVERSAL_PURPOSE_MODECHANGE = 1991102;
Expand Down Expand Up @@ -1906,6 +1902,7 @@ public boolean onTouchEvent(MotionEvent e)
}
}
}
onTouchMove(x, y);
}
mLastTouchX = x;
mLastTouchY = y;
Expand Down

0 comments on commit 2bbf339

Please sign in to comment.