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