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

Unified Diff: sky/examples/widgets/sector.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/sector.dart
diff --git a/sky/examples/widgets/sector.dart b/sky/examples/widgets/sector.dart
index e8beeaf8b15e26cd6170e33704853d3c25858a10..bea64af8d3f7f6b8228e9646205dac4cf8094b69 100644
--- a/sky/examples/widgets/sector.dart
+++ b/sky/examples/widgets/sector.dart
@@ -137,7 +137,7 @@ class SectorApp extends App {
}
void main() {
- App app = new SectorApp();
+ runApp(new SectorApp());
WidgetAppView.appView.onFrame = () {
// uncomment this for debugging:
// WidgetAppView.appView.debugDumpRenderTree();
« no previous file with comments | « sky/examples/widgets/navigation.dart ('k') | sky/home.dart » ('j') | sky/sdk/lib/app/view.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698