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

Unified Diff: sky/sdk/example/fitness/lib/home.dart

Issue 1231753008: Support for anonymous state routes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: re-upload Created 5 years, 5 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
« no previous file with comments | « no previous file | sky/sdk/example/stocks/lib/stock_home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/fitness/lib/home.dart
diff --git a/sky/sdk/example/fitness/lib/home.dart b/sky/sdk/example/fitness/lib/home.dart
index 8d3c1599f8c5ff0d8d957e62ab26a0f989754281..b0b434d355b0ad7125c0f57c79062161d30d9b6c 100644
--- a/sky/sdk/example/fitness/lib/home.dart
+++ b/sky/sdk/example/fitness/lib/home.dart
@@ -94,9 +94,6 @@ class HomeFragment extends StatefulComponent {
}
void _handleDrawerStatusChange(DrawerStatus status) {
- if (status == DrawerStatus.inactive && navigator.currentRoute.name == "/drawer") {
- navigator.pop();
- }
setState(() {
_drawerStatus = status;
});
« no previous file with comments | « no previous file | sky/sdk/example/stocks/lib/stock_home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698