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