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

Commit 665e9878 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Schedule traversal instead performing it directly."

parents d45f6fa7 83009f2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9180,7 +9180,7 @@ public class WindowManagerService extends IWindowManager.Stub
        synchronized (mWindowMap) {
            int visibility = mPolicy.adjustSystemUiVisibilityLw(mLastStatusBarVisibility);
            updateStatusBarVisibilityLocked(visibility);
            mWindowPlacerLocked.performSurfacePlacement();
            mWindowPlacerLocked.requestTraversal();
        }
    }