Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07c3491e authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Android (Google) Code Review
Browse files

Merge "Add a view type check to ensure the right animation is used." into udc-dev

parents 4f160279 2449a01b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1789,7 +1789,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
                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 */);