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

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

Merge "Fix duplicate calls of IMS#doStartInput()"

parents a722a2ea 4e28668a
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -172,12 +172,7 @@ class IInputMethodWrapper extends IInputMethod.Stub
                final InputConnection ic = inputContext != null
                        ? new InputConnectionWrapper(mTarget, inputContext, missingMethods) : null;
                info.makeCompatible(mTargetSdkVersion);
                if (restarting) {
                    inputMethod.restartInput(ic, info);
                } else {
                    inputMethod.startInput(ic, info);
                }
                inputMethod.dispatchStartInputWithToken(ic, info, true /* initial */,
                inputMethod.dispatchStartInputWithToken(ic, info, restarting /* restarting */,
                        startInputToken);
                args.recycle();
                return;