| 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 9f4e697f4478cf0dddc5c9939f76a80d55118c66..b26e392780a12c3679733448bdf13b034d2e1eb4 100644
|
| --- a/sky/sdk/example/stocks/lib/stock_home.dart
|
| +++ b/sky/sdk/example/stocks/lib/stock_home.dart
|
| @@ -29,9 +29,9 @@ import 'stock_types.dart';
|
|
|
| typedef void ModeUpdater(StockMode mode);
|
|
|
| -class StockHome extends Component {
|
| +class StockHome extends StatefulComponent {
|
|
|
| - StockHome(this.navigator, this.stocks, this.stockMode, this.modeUpdater) : super(stateful: true) {
|
| + StockHome(this.navigator, this.stocks, this.stockMode, this.modeUpdater) {
|
| // if (debug)
|
| // new Timer(new Duration(seconds: 1), dumpState);
|
| _drawerController = new DrawerController(_handleDrawerStatusChanged);
|
|
|