Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 487136b8 authored by Winson Chung's avatar Winson Chung
Browse files

Revert change to defer resetting systemui flags

- This is a revert of this line: https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/14105379/9/services/core/java/com/android/server/wm/RecentsAnimationController.java#b521

Bug: 188389184
Test: Verified using repro steps from the bug

Change-Id: Iac6d839ef33e1f07c56a4e65266a6bbe48993aab
parent 5eef4114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);