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