Loading services/core/java/com/android/server/wm/RecentsAnimation.java +5 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,11 @@ class RecentsAnimation implements RecentsAnimationCallbacks, mService.mRootActivityContainer.sendPowerHintForLaunchEndIfNeeded(); } // Once the target is shown, prevent spurious background app switches if (reorderMode == REORDER_MOVE_TO_TOP) { mService.stopAppSwitches(); } mService.mH.post( () -> mService.mAmInternal.setRunningRemoteAnimation(mCallingPid, false)); Loading Loading
services/core/java/com/android/server/wm/RecentsAnimation.java +5 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,11 @@ class RecentsAnimation implements RecentsAnimationCallbacks, mService.mRootActivityContainer.sendPowerHintForLaunchEndIfNeeded(); } // Once the target is shown, prevent spurious background app switches if (reorderMode == REORDER_MOVE_TO_TOP) { mService.stopAppSwitches(); } mService.mH.post( () -> mService.mAmInternal.setRunningRemoteAnimation(mCallingPid, false)); Loading