Merge "Reset touch location after touch slop is exceeded in recents" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-04 06:35:48 +00:00
committed by Android (Google) Code Review

View File

@@ -279,6 +279,7 @@ class TaskStackViewTouchHandler implements SwipeHelper.Callback {
}
MetricsLogger.action(mSv.getContext(), MetricsEvent.OVERVIEW_SCROLL);
mLastY = mDownY = y;
}
}
if (mIsScrolling) {