Loading core/java/android/inputmethodservice/IInputMethodSessionWrapper.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -76,6 +76,8 @@ class IInputMethodSessionWrapper extends IInputMethodSession.Stub } } public void executeMessage(Message msg) { public void executeMessage(Message msg) { if (mInputMethodSession == null) return; switch (msg.what) { switch (msg.what) { case DO_FINISH_INPUT: case DO_FINISH_INPUT: mInputMethodSession.finishInput(); mInputMethodSession.finishInput(); Loading Loading
core/java/android/inputmethodservice/IInputMethodSessionWrapper.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -76,6 +76,8 @@ class IInputMethodSessionWrapper extends IInputMethodSession.Stub } } public void executeMessage(Message msg) { public void executeMessage(Message msg) { if (mInputMethodSession == null) return; switch (msg.what) { switch (msg.what) { case DO_FINISH_INPUT: case DO_FINISH_INPUT: mInputMethodSession.finishInput(); mInputMethodSession.finishInput(); Loading