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

Commit ae61e637 authored by Wilson Wu's avatar Wilson Wu
Browse files

Remove unused code in InputMethodManager

Those logic add by CL[1] and not used now.

[1]: I098df41f935438bf1889fb030c7a3e7a0645a168

Bug: 236920321
Test: presubmit
Change-Id: Ifa055b0fbf7395906d6880d77230c1cfe494e7b2
parent 7b0313fd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -652,7 +652,6 @@ public final class InputMethodManager {
        public boolean startInput(@StartInputReason int startInputReason, View focusedView,
                @StartInputFlags int startInputFlags, @SoftInputModeFlags int softInputMode,
                int windowFlags) {
            final View servedView;
            ImeTracing.getInstance().triggerClientDump(
                    "InputMethodManager.DelegateImpl#startInput", InputMethodManager.this,
                    null /* icProto */);
@@ -660,7 +659,6 @@ public final class InputMethodManager {
                mCurrentTextBoxAttribute = null;
                mCompletions = null;
                mServedConnecting = true;
                servedView = getServedViewLocked();
            }
            return startInputInner(startInputReason,
                    focusedView != null ? focusedView.getWindowToken() : null, startInputFlags,