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

Commit 0eb0175e authored by Ming-Shin Lu's avatar Ming-Shin Lu Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicated startInputUncheckedLocked invocation" into sc-dev am: ea1be967

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13708728

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifc8523a219acf1691ca0f26561010a6c8fa0f22e
parents bc986f2f ea1be967
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -3647,12 +3647,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                        hideCurrentInputLocked(mCurFocusedWindow, 0, null,
                                SoftInputShowHideReason.HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR);
                    }
                }
                res = startInputUncheckedLocked(cs, inputContext, missingMethods, attribute,
                        startInputFlags, startInputReason);
                } else {
                    res = startInputUncheckedLocked(cs, inputContext, missingMethods, attribute,
                            startInputFlags, startInputReason);
                }
            } else {
                res = InputBindResult.NULL_EDITOR_INFO;
            }