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

am: 02862f31f8

Change-Id: Ided4114855fa866fca637f8171ea7030e347f485
This commit is contained in:
Matthew Ng
2017-05-04 06:40:45 +00:00
committed by android-build-merger

View File

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