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

Unified Diff: sky/home.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/home.dart
diff --git a/sky/home.dart b/sky/home.dart
index a4ce45b172f61c832440ed36c97712da065b94a6..bf6a4ac066b0cda28a51bb36d096905c1ed43bab 100644
--- a/sky/home.dart
+++ b/sky/home.dart
@@ -79,5 +79,5 @@ class SkyHome extends App {
}
void main() {
- new SkyHome();
+ runApp(new SkyHome());
}

Powered by Google App Engine
This is Rietveld 408576698