Loading services/core/java/com/android/server/wm/RecentsAnimationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -514,6 +514,7 @@ public class RecentsAnimationController implements DeathRecipient { void removeAnimation(TaskAnimationAdapter taskAdapter) { ProtoLog.d(WM_DEBUG_RECENTS_ANIMATIONS, "removeAnimation(%d)", taskAdapter.mTask.mTaskId); taskAdapter.mTask.setCanAffectSystemUiFlags(true); taskAdapter.mCapturedFinishCallback.onAnimationFinished(taskAdapter.mLastAnimationType, taskAdapter); mPendingAnimations.remove(taskAdapter); Loading Loading
services/core/java/com/android/server/wm/RecentsAnimationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -514,6 +514,7 @@ public class RecentsAnimationController implements DeathRecipient { void removeAnimation(TaskAnimationAdapter taskAdapter) { ProtoLog.d(WM_DEBUG_RECENTS_ANIMATIONS, "removeAnimation(%d)", taskAdapter.mTask.mTaskId); taskAdapter.mTask.setCanAffectSystemUiFlags(true); taskAdapter.mCapturedFinishCallback.onAnimationFinished(taskAdapter.mLastAnimationType, taskAdapter); mPendingAnimations.remove(taskAdapter); Loading