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

Commit 952eb9bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Unextract InputMethodManagerService#startInputInnerLocked()"

parents bfe89a99 caaa1d3d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1963,11 +1963,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            }
        }

        return startInputInnerLocked();
    }

    @GuardedBy("mMethodMap")
    InputBindResult startInputInnerLocked() {
        if (mCurMethodId == null) {
            return InputBindResult.NO_IME;
        }
@@ -2005,7 +2000,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                // Wait, the client no longer has access to the display.
                return InputBindResult.INVALID_DISPLAY_ID;
            }
            final int displayId = mCurFocusedWindowClient.selfReportedDisplayId;
            mCurTokenDisplayId = (displayId != INVALID_DISPLAY) ? displayId : DEFAULT_DISPLAY;
        }