Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user