Loading quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading Loading
quickstep/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading