mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Add a view type check to ensure the right animation is used.
Bug: 265134143 Test: recorded perfetto trace, see bug Change-Id: If6abc36f0f43c6bb632fc824c19717c1231b32dc
This commit is contained in:
@@ -1785,7 +1785,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 */);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user