Merge "Remove on drag listener after drag ended" into tm-qpr-dev

This commit is contained in:
Ikram Gabiyev
2022-11-22 19:24:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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;