Loading quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java +2 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,8 @@ public class TaskbarDragController extends DragController<BaseTaskbarContext> im // This will take care of calling maybeOnDragEnd() after the animation animateGlobalDragViewToOriginalPosition(btv, dragEvent); } mActivity.getDragLayer().setOnDragListener(null); return true; } return false; Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java +2 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,8 @@ public class TaskbarDragController extends DragController<BaseTaskbarContext> im // This will take care of calling maybeOnDragEnd() after the animation animateGlobalDragViewToOriginalPosition(btv, dragEvent); } mActivity.getDragLayer().setOnDragListener(null); return true; } return false; Loading