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

Commit 72d29c2d authored by keunyoung's avatar keunyoung Committed by Android Git Automerger
Browse files

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

* commit 'ddbfdfa5':
  fix race condition when a new display is added
parents aad62128 ddbfdfa5
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());
    }

    /**