Merge "Revert "Prevent double touch inputs in the BaseDragLayer"" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a4798b5687
@@ -270,12 +270,6 @@ public abstract class BaseDragLayer<T extends Context & ActivityContext>
|
||||
|
||||
@Override
|
||||
public boolean dispatchTouchEvent(MotionEvent ev) {
|
||||
if (ev.getActionIndex() > 0) {
|
||||
// This means there is multiple touch inputs, ignore it, we could also cancel the
|
||||
// previous touch but the user might cancel the drag by accident.
|
||||
return true;
|
||||
}
|
||||
|
||||
switch (ev.getAction()) {
|
||||
case ACTION_DOWN: {
|
||||
if ((mTouchDispatchState & TOUCH_DISPATCHING_TO_VIEW_IN_PROGRESS) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user