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

Unified Diff: sky/examples/widgets/container.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/container.dart
diff --git a/sky/examples/widgets/container.dart b/sky/examples/widgets/container.dart
index 68e734864d321c8d9b4c1f82d0dc4276571899f7..2c61f698ce7c7e8f07a8c121f4412d12dae168ff 100644
--- a/sky/examples/widgets/container.dart
+++ b/sky/examples/widgets/container.dart
@@ -51,5 +51,5 @@ class ContainerApp extends App {
}
void main() {
- new ContainerApp();
+ runApp(new ContainerApp());
}

Powered by Google App Engine
This is Rietveld 408576698