Merge "fix race condition when a new display is added" into klp-dev
This commit is contained in:
@@ -10746,7 +10746,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
if (display == null) {
|
if (display == null) {
|
||||||
throw new IllegalArgumentException("getDisplayContent: display must not be null");
|
throw new IllegalArgumentException("getDisplayContent: display must not be null");
|
||||||
}
|
}
|
||||||
newDisplayContentLocked(display);
|
getDisplayContentLocked(display.getDisplayId());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user