Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a34a7d21 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 418eecb6: am dad92f36: Merge "Don\'t process windows belonging to unshown...

am 418eecb6: am dad92f36: Merge "Don\'t process windows belonging to unshown users" into lmp-mr1-dev

* commit '418eecb6':
  Don't process windows belonging to unshown users
parents 45cd4df6 418eecb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);