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

Commit 88e1babc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 20583ff9: Fix issue #2015611: layering problem when moving an activity to the foreground.

Merge commit '20583ff9'

* commit '20583ff9':
  Fix issue #2015611: layering problem when moving an activity to the foreground.
parents 08e97226 20583ff9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8231,7 +8231,9 @@ public class WindowManagerService extends IWindowManager.Stub
                        // This has changed the visibility of windows, so perform
                        // a new layout to get them all up-to-date.
                        mLayoutNeeded = true;
                        moveInputMethodWindowsIfNeededLocked(true);
                        if (!moveInputMethodWindowsIfNeededLocked(true)) {
                            assignLayersLocked();
                        }
                        performLayoutLockedInner();
                        updateFocusedWindowLocked(UPDATE_FOCUS_PLACING_SURFACES);