Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: sky/examples/game/main.dart

Issue 1184823006: Settings menu item in stock2 doesn't work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/examples/stocks2/lib/stock_app.dart » ('j') | sky/sdk/lib/app/view.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/game/main.dart
diff --git a/sky/examples/game/main.dart b/sky/examples/game/main.dart
index 4b5dc61d54b819b5c953208f5088017a63557bdf..6282cce5a31a26aa94df134d906fc50ab371595a 100644
--- a/sky/examples/game/main.dart
+++ b/sky/examples/game/main.dart
@@ -23,7 +23,7 @@ void main() {
void allLoaded(ImageMap loader) {
_loader = loader;
- new GameDemoApp();
+ runApp(new GameDemoApp());
}
class GameDemoApp extends App {
« no previous file with comments | « no previous file | sky/examples/stocks2/lib/stock_app.dart » ('j') | sky/sdk/lib/app/view.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698