未验证 提交 dfd07271 编写于 作者: N nturgut 提交者: GitHub

don't throw error for the new autofill request (#19633)

* don't throw error for the new autofill request

* change comment
上级 d98d539c
......@@ -1152,6 +1152,11 @@ class TextEditingChannel {
// Since autofill UI is a part of the browser, web engine does not need to utilize this method.
break;
case 'TextInput.finishAutofillContext':
// TODO(nurhan): Handle saving autofill information on web.
// https://github.com/flutter/flutter/issues/59378
break;
default:
throw StateError(
'Unsupported method call on the flutter/textinput channel: ${call.method}');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册