Merge "Layout hidden windows on Configuration change." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
351de3ccfd
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user