Merge "Reset touch location after touch slop is exceeded in recents" into oc-dev am: 02862f31f8

am: 0bf5c1227b

Change-Id: I23ef52a0b4ad54cf195dcd65547911dcca70a2e0
This commit is contained in:
Matthew Ng
2017-05-04 06:46:14 +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) {