Merge "Add a view type check to ensure the right animation is used." into udc-dev
diff --git a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java
index 42e51cd..114965f 100644
--- a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java
+++ b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java
@@ -1789,7 +1789,8 @@
viewToUse = v;
}
- // TODO(b/265134143): create a CUJ type for interaction jank monitoring.
+ // The CUJ is logged by the click handler, so we don't log it inside the animation
+ // library.
ActivityLaunchAnimator.Controller controllerDelegate =
ActivityLaunchAnimator.Controller.fromView(viewToUse, null /* cujType */);