Merge "Default to using AppLaunchAnimationRunner when no LaunchableView can be found" into main

This commit is contained in:
Schneider Victor-tulias
2023-10-17 17:22:07 +00:00
committed by Android (Google) Code Review

View File

@@ -1824,7 +1824,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
StartingWindowListener startingWindowListener, RunnableList onEndCallback) {
View viewToUse = findLaunchableViewWithBackground(v);
if (viewToUse == null) {
viewToUse = v;
return null;
}
// The CUJ is logged by the click handler, so we don't log it inside the animation