Merge "Reset mActiveController to null in DragLayer.onInterceptTouchEvent()." into ub-launcher3-calgary

This commit is contained in:
Tony Wickham 2016-08-04 21:09:29 +00:00 committed by Android (Google) Code Review
commit 960a7fe15e
1 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,8 @@ public class DragLayer extends InsettableFrameLayout {
}
clearAllResizeFrames();
mActiveController = null;
if (mDragController.onInterceptTouchEvent(ev)) {
mActiveController = mDragController;
return true;