提交 725b77e1 编写于 作者: A Adam Barth 提交者: GitHub

Connect to text input service now that it doesn't crash (#3675)

上级 006ae2fe
......@@ -203,9 +203,7 @@ void RuntimeHolder::CreateView(
input_listener_binding_.Bind(GetProxy(&input_listener));
input_connection_->SetEventListener(std::move(input_listener));
// Enable once MZRT-40 is fixed.
// ConnectToService(view_services.get(),
// fidl::GetProxy(&text_input_service_));
ConnectToService(view_services.get(), fidl::GetProxy(&text_input_service_));
mozart::ScenePtr scene;
view_->CreateScene(fidl::GetProxy(&scene));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册