Let the window manager place the rest of the windows on screen when the status bar is at the bottom.
Change-Id: I29c43beee047bb99695a34e6b202ff3f8400c8c2
This commit is contained in:
@@ -10184,6 +10184,11 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
|
||||
private final void performLayoutAndPlaceSurfacesLockedInner(
|
||||
boolean recoveringMemory) {
|
||||
if (mDisplay == null) {
|
||||
Slog.i(TAG, "skipping performLayoutAndPlaceSurfacesLockedInner with no mDisplay");
|
||||
return;
|
||||
}
|
||||
|
||||
final long currentTime = SystemClock.uptimeMillis();
|
||||
final int dw = mDisplay.getWidth();
|
||||
final int dh = mDisplay.getHeight();
|
||||
|
||||
Reference in New Issue
Block a user