mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Default to using AppLaunchAnimationRunner when no LaunchableView can be found" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
3c732aa71b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user