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

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

Merge "Remove unused code in InputMethodManagerService"

parents 66e7eb85 cb9c3317
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2476,7 +2476,6 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
        // We don't start input when session for a11y is created. We start input when
        // input method start input, a11y manager service is always on.
        if (startInputReason != StartInputReason.SESSION_CREATED_BY_ACCESSIBILITY) {
            final Binder startInputToken = new Binder();
            setEnabledSessionForAccessibilityLocked(mCurClient.mAccessibilitySessions);
            AccessibilityManagerInternal.get().startInput(mCurRemoteAccessibilityInputConnection,
                    mCurEditorInfo, !initial /* restarting */);