未验证 提交 268107d2 编写于 作者: N Nurhan Turgut 提交者: GitHub

fixing the method call for testing semantics (#14056)

上级 ca9cd2df
......@@ -40,7 +40,7 @@ class SemanticsHelper {
isDesktop ? DesktopSemanticsEnabler() : MobileSemanticsEnabler();
bool shouldEnableSemantics(html.Event event) {
return _enableSemantics.tryEnableSemantics(event);
return _enableSemantics.shouldEnableSemantics(event);
}
html.Element prepareAccesibilityPlaceholder() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册