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

Commit 21e29bfe authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "[wm] schedule a traversal when animation ends" into udc-qpr-dev am:...

Merge "[wm] schedule a traversal when animation ends" into udc-qpr-dev am: 17227243 am: 41ac1ac4

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



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