未验证 提交 1df76002 编写于 作者: L LongCatIsLooong 提交者: GitHub

add missing case for TextInput.requestAutofill (#17857)

上级 2bf9d741
......@@ -75,6 +75,10 @@ public class TextInputChannel {
result.error("error", exception.getMessage(), null);
}
break;
case "TextInput.requestAutofill":
textInputMethodHandler.requestAutofill();
result.success(null);
break;
case "TextInput.setPlatformViewClient":
final int id = (int) args;
textInputMethodHandler.setPlatformViewClient(id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册