mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user