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

Unified Diff: sky/examples/widgets/navigation.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/navigation.dart
diff --git a/sky/examples/widgets/navigation.dart b/sky/examples/widgets/navigation.dart
index ca81a4fbd79721b53072a57450d499e1d4defa90..87cc4a9453bb165d79242629e8fa229943c2631d 100644
--- a/sky/examples/widgets/navigation.dart
+++ b/sky/examples/widgets/navigation.dart
@@ -71,5 +71,5 @@ class NavigationExampleApp extends App {
}
void main() {
- App app = new NavigationExampleApp();
+ runApp(new NavigationExampleApp());
}

Powered by Google App Engine
This is Rietveld 408576698