diff --git a/quickstep/src/com/android/quickstep/SystemUiProxy.java b/quickstep/src/com/android/quickstep/SystemUiProxy.java index 7cc3e11fc8..26fcb522f1 100644 --- a/quickstep/src/com/android/quickstep/SystemUiProxy.java +++ b/quickstep/src/com/android/quickstep/SystemUiProxy.java @@ -766,7 +766,7 @@ public class SystemUiProxy implements ISystemUiProxy { */ @Nullable public RemoteAnimationTarget[] onGoingToRecentsLegacy(RemoteAnimationTarget[] apps) { - if (mSplitScreen != null) { + if (!TaskAnimationManager.ENABLE_SHELL_TRANSITIONS && mSplitScreen != null) { try { return mSplitScreen.onGoingToRecentsLegacy(apps); } catch (RemoteException e) {