Commit 7c438ac2 authored by Collin Jackson's avatar Collin Jackson

fix back button in stocks app by calling super.didMount()

TBR=abarth

Review URL: https://codereview.chromium.org/1189113004.
parent dbb876b2
......@@ -27,6 +27,7 @@ class StocksApp extends App {
}
void didMount() {
super.didMount();
new StockDataFetcher((StockData data) {
setState(() {
data.appendTo(_stocks);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment