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

Commit c6f7a7ff authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "A tiny cleanup as the supplement of I9b5ef954479150bc4735 Bug: 3483284 Bug: 8851603"

parents 3f8781d0 12afe145
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9646,8 +9646,7 @@ public class WindowManagerService extends IWindowManager.Stub
            mLosingFocus.remove(newFocus);
            int focusChanged = mPolicy.focusChangedLw(oldFocus, newFocus);

            final WindowState imWindow = mInputMethodWindow;
            if (imWindowChanged && oldFocus != imWindow) {
            if (imWindowChanged && oldFocus != mInputMethodWindow) {
                // Focus of the input method window changed. Perform layout if needed.
                if (mode == UPDATE_FOCUS_PLACING_SURFACES) {
                    performLayoutLockedInner(displayContent, true /*initial*/, updateInputWindows);