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

Commit 8f26a9ab authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Do not immediately perform traversals when executing transition" into pi-dev am: 09a0c2d5

am: f8ac1fd8

Change-Id: I3009c9eae0692c45abd22da5bc2ba9ef855bb96f
parents 47865e22 f8ac1fd8
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2690,12 +2690,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();
            }
        }
    }