| Index: sky/framework/components/popup_menu.dart
|
| diff --git a/sky/framework/components/popup_menu.dart b/sky/framework/components/popup_menu.dart
|
| index e91a4301f43e4df85d14fc627b2477a8ccb3b5f7..4375eefed9086f9dadeea89ee8c72f961d2c2aa2 100644
|
| --- a/sky/framework/components/popup_menu.dart
|
| +++ b/sky/framework/components/popup_menu.dart
|
| @@ -6,10 +6,8 @@ import 'animated_component.dart';
|
| import '../animation/animated_value.dart';
|
| import '../fn.dart';
|
| import '../theme/colors.dart';
|
| -import '../theme/view-configuration.dart';
|
| import 'dart:async';
|
| import 'dart:math' as math;
|
| -import 'dart:sky' as sky;
|
| import 'material.dart';
|
| import 'popup_menu_item.dart';
|
|
|
| @@ -44,7 +42,7 @@ class PopupMenuController {
|
| _state = MenuState.Hidden;
|
| _closeState = null;
|
| result.complete();
|
| - return;
|
| + return result.future;
|
| }
|
| assert(_closeState != null);
|
| return _closeState;
|
|
|