Commit f13f8894 authored by Hixie's avatar Hixie

Fix review feedback from previous checkin.

@abarth doesn't like Futures that explicitly point out they're type-unsafe. :-P
parent 1b7aa115
......@@ -106,7 +106,7 @@ class Dialog extends Component {
}
}
Future<dynamic> showDialog(Navigator navigator, DialogBuilder builder) {
Future showDialog(Navigator navigator, DialogBuilder builder) {
Completer completer = new Completer();
navigator.push(new DialogRoute(
completer: completer,
......
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