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

Commit ddbfdfa5 authored by keunyoung's avatar keunyoung Committed by Android (Google) Code Review
Browse files

Merge "fix race condition when a new display is added" into klp-dev

parents 51b4a40e 1eb0637f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10746,7 +10746,7 @@ public class WindowManagerService extends IWindowManager.Stub
        if (display == null) {
            throw new IllegalArgumentException("getDisplayContent: display must not be null");
        }
        newDisplayContentLocked(display);
        getDisplayContentLocked(display.getDisplayId());
    }

    /**