Loading quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +9 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,15 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans launcherContentAnimator.second.run(); } }); } else { anim.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationStart(Animator animation) { mLauncher.addOnResumeCallback(() -> ObjectAnimator.ofFloat(mLauncher.getDepthController(), DEPTH, mLauncher.getStateManager().getState().getDepth(mLauncher)).start()); } }); } } Loading Loading
quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +9 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,15 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans launcherContentAnimator.second.run(); } }); } else { anim.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationStart(Animator animation) { mLauncher.addOnResumeCallback(() -> ObjectAnimator.ofFloat(mLauncher.getDepthController(), DEPTH, mLauncher.getStateManager().getState().getDepth(mLauncher)).start()); } }); } } Loading