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

Commit bc891b67 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb

parents 5d9d03a0 a308c032
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();