| Index: sky/examples/stocks2/lib/stock_app.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
|
| index 23905d6f2cba4910a096cd784b487e7397bc7adb..5d01f2fa8f9fb5ea02f49beddb61e985fc635da7 100644
|
| --- a/sky/examples/stocks2/lib/stock_app.dart
|
| +++ b/sky/examples/stocks2/lib/stock_app.dart
|
| @@ -207,7 +207,7 @@ class StocksApp extends App {
|
| List<UINode> overlays = [
|
| new Scaffold(
|
| toolbar: _isSearching ? buildSearchBar() : buildToolBar(),
|
| - // body: new Stocklist(stocks: _stocks, query: _searchQuery),
|
| + body: new Stocklist(stocks: _stocks, query: _searchQuery),
|
| // floatingActionButton: new FloatingActionButton(
|
| // content: new Icon(type: 'content/add_white', size: 24),
|
| // level: 3),
|
|
|