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