diff --git a/services/core/java/com/android/server/wm/WindowManagerService.java b/services/core/java/com/android/server/wm/WindowManagerService.java index 10dfdf2a982e1..224784bef257b 100644 --- a/services/core/java/com/android/server/wm/WindowManagerService.java +++ b/services/core/java/com/android/server/wm/WindowManagerService.java @@ -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(); } } }