am 418eecb6: am dad92f36: Merge "Don\'t process windows belonging to unshown users" into lmp-mr1-dev
* commit '418eecb6f870e4fc4dbb5715f61afd51827fe8a5': Don't process windows belonging to unshown users
This commit is contained in:
@@ -9789,7 +9789,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
w.mContentChanged = false;
|
||||
|
||||
// Moved from updateWindowsAndWallpaperLocked().
|
||||
if (w.mHasSurface) {
|
||||
if (w.mHasSurface && !w.isHiddenFromUserLocked()) {
|
||||
// Take care of the window being ready to display.
|
||||
final boolean committed =
|
||||
winAnimator.commitFinishDrawingLocked(currentTime);
|
||||
|
||||
Reference in New Issue
Block a user