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

Commit f8ac1fd8 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

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