Default to using AppLaunchAnimationRunner when no LaunchableView can be found

Flag: not needed:
Fixes: 305699288
Test: ran launcher and launched apps
Change-Id: I5ab4f3c7d976e463c29340a4a00edf37e15abf47
This commit is contained in:
Schneider Victor-tulias
2023-10-17 11:30:21 -04:00
parent 5bec1164b9
commit 7802dfb44d

View File

@@ -1796,7 +1796,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