Merge "Layout hidden windows on Configuration change." into klp-dev

This commit is contained in:
Craig Mautner
2013-11-04 19:32:08 +00:00
committed by Android (Google) Code Review

View File

@@ -8269,7 +8269,7 @@ public class WindowManagerService extends IWindowManager.Stub
// windows, since that means "perform layout as normal,
// just don't display").
if (!gone || !win.mHaveFrame || win.mLayoutNeeded
|| (win.mAttrs.type == TYPE_KEYGUARD && win.isConfigChanged())
|| win.isConfigChanged()
|| win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
if (!win.mLayoutAttached) {
if (initial) {