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

Commit 5321c545 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "[wm] schedule animation instead of a full traversal at the end of a...

Merge "[wm] schedule animation instead of a full traversal at the end of a transition" into udc-qpr-dev am: 08a44c95 am: 883823c1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24708696



Change-Id: I0cd1b67673eaa18d0dec22abd89e500b7d544220
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4ac51f16 883823c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1147,7 +1147,7 @@ class TransitionController {
            Transition.asyncTraceBegin("animating", 0x41bfaf1 /* hashcode of TAG */);
        } else if (!animatingState && mAnimatingState) {
            t.setEarlyWakeupEnd();
            mAtm.mWindowManager.requestTraversal();
            mAtm.mWindowManager.scheduleAnimationLocked();
            mSnapshotController.setPause(false);
            mAnimatingState = false;
            Transition.asyncTraceEnd(0x41bfaf1 /* hashcode of TAG */);