Commit 40152c55 authored by Adam Barth's avatar Adam Barth

We were looking for HapticFeedback in the wrong service bundle (#3797)

Fixes #3795
parent 2ea3c947
......@@ -10,7 +10,7 @@ import 'shell.dart';
mojom.HapticFeedbackProxy _initHapticFeedbackProxy() {
mojom.HapticFeedbackProxy proxy = new mojom.HapticFeedbackProxy.unbound();
shell.connectToViewAssociatedService(proxy);
shell.connectToService('mojo:flutter_platform', proxy);
return proxy;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment