Fix review feedback from previous checkin.
@abarth doesn't like Futures that explicitly point out they're type-unsafe. :-P
This commit is contained in:
parent
1b7aa1153e
commit
f13f8894e4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user