未验证 提交 89731aef 编写于 作者: D David Iglesias 提交者: GitHub

Intercept SystemSound.play platform message before it's sent. (#13342)

Fixes https://github.com/flutter/flutter/issues/43462
上级 2250c74d
......@@ -141,6 +141,9 @@ class EngineWindow extends ui.Window {
domRenderer.setTitle(arguments['label']);
domRenderer.setThemeColor(ui.Color(arguments['primaryColor']));
return;
case 'SystemSound.play':
// There are no default system sounds on web.
return;
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册