Merge "Reset mActiveController to null in DragLayer.onInterceptTouchEvent()." into ub-launcher3-calgary
This commit is contained in:
commit
960a7fe15e
|
@ -295,6 +295,8 @@ public class DragLayer extends InsettableFrameLayout {
|
|||
}
|
||||
clearAllResizeFrames();
|
||||
|
||||
mActiveController = null;
|
||||
|
||||
if (mDragController.onInterceptTouchEvent(ev)) {
|
||||
mActiveController = mDragController;
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue