Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7296dc19 authored by Winson Chung's avatar Winson Chung
Browse files

Fix crash when launching translucent activities.

Bug: 77604451
Change-Id: I618d98a437e36e872faee2bbb07d9b8bf8779dbd
parent 8da28f50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,8 +154,8 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
                        mLauncher.getStateManager().setCurrentAnimation(anim);

                        if (!composeRecentsLaunchAnimator(v, targetCompats, anim)) {
                            if (launcherIsATargetWithMode(targetCompats, MODE_CLOSING)) {
                            anim.play(getIconAnimator(v));
                            if (launcherIsATargetWithMode(targetCompats, MODE_CLOSING)) {
                                anim.play(getLauncherContentAnimator(false /* show */));
                            }
                            anim.play(getWindowAnimators(v, targetCompats));