提交 525c947e 编写于 作者: A Adam Barth

Fix typo

上级 8449f778
......@@ -45,7 +45,7 @@ public class TextInputPlugin extends JSONMessageListener {
} else if (method.equals("TextInput.hide")) {
hideTextInput(view);
} else if (method.equals("TextInput.setClient")) {
setTextInputClient(view, args.getInt(0), args.getJSONObject(0));
setTextInputClient(view, args.getInt(0), args.getJSONObject(1));
} else if (method.equals("TextInput.setEditingState")) {
setTextInputEditingState(view, args.getJSONObject(0));
} else if (method.equals("TextInput.clearClient")) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册