* commit 'ea18624ae557a06e49748964f951a81fd6c48370': Tweak test for layout.
This commit is contained in:
@@ -8269,7 +8269,8 @@ 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.isConfigChanged()
|
||||
|| win.mAttrs.type == TYPE_KEYGUARD && win.isConfigChanged()
|
||||
|| mOpeningApps.contains(win.mAppToken)
|
||||
|| win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
|
||||
if (!win.mLayoutAttached) {
|
||||
if (initial) {
|
||||
|
||||
Reference in New Issue
Block a user