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

Commit 09a0c2d5 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Do not immediately perform traversals when executing transition" into pi-dev

parents 02e086ea 78be267f
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2691,12 +2691,7 @@ public class WindowManagerService extends IWindowManager.Stub
                    + " Callers=" + Debug.getCallers(5));
            if (mAppTransition.isTransitionSet()) {
                mAppTransition.setReady();
                final long origId = Binder.clearCallingIdentity();
                try {
                    mWindowPlacerLocked.performSurfacePlacement();
                } finally {
                    Binder.restoreCallingIdentity(origId);
                }
                mWindowPlacerLocked.requestTraversal();
            }
        }
    }