| Index: sky/sdk/example/stocks/lib/stock_home.dart
|
| diff --git a/sky/sdk/example/stocks/lib/stock_home.dart b/sky/sdk/example/stocks/lib/stock_home.dart
|
| index 7e83be1c43eeb6bff96b9fa564c3d15a6e69ac08..b7a314c160ac9dee4251cf19a797d21f3802c566 100644
|
| --- a/sky/sdk/example/stocks/lib/stock_home.dart
|
| +++ b/sky/sdk/example/stocks/lib/stock_home.dart
|
| @@ -306,6 +306,7 @@ class StockHome extends AnimatedComponent {
|
| children: [new StockMenu(
|
| showing: _menuShowing,
|
| onStatusChanged: _handleMenuStatusChanged,
|
| + navigator: navigator,
|
| autorefresh: _autorefresh,
|
| onAutorefreshChanged: _handleAutorefreshChanged
|
| )],
|
|
|