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

Commit 883823c1 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

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



Change-Id: I2cfe36cc7f93a27bee050a95191924321660c045
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1582a340 08a44c95
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 */);