am 63f80350
: am 27f752eb
: Merge "WindowManager shouldn\'t layout non-visible windows" into jb-mr1-dev
* commit '63f80350dc8157cbd7ba9d7613cce5e1e88f0d87': WindowManager shouldn't layout non-visible windows
This commit is contained in:
@ -8379,7 +8379,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.isConfigChanged()
|
||||
|| (win.mAttrs.type == TYPE_KEYGUARD && win.isConfigChanged())
|
||||
|| win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
|
||||
if (!win.mLayoutAttached) {
|
||||
if (initial) {
|
||||
|
Reference in New Issue
Block a user