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

Unified Diff: sky/examples/widgets/hello_widgets.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
Index: sky/examples/widgets/hello_widgets.dart
diff --git a/sky/examples/widgets/hello_widgets.dart b/sky/examples/widgets/hello_widgets.dart
index bc914c8d24702db0241db78e0da55cbd0822aa0d..c774ef80a8d8f23710a061876dcf971e3bc97f87 100644
--- a/sky/examples/widgets/hello_widgets.dart
+++ b/sky/examples/widgets/hello_widgets.dart
@@ -11,5 +11,5 @@ class HelloWorldApp extends App {
}
void main() {
- new HelloWorldApp();
+ runApp(new HelloWorldApp());
}

Powered by Google App Engine
This is Rietveld 408576698