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

Unified Diff: sky/examples/stocks-fn/stocksapp.dart

Issue 1013713005: Cleanup events related to material splashes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/framework/components/checkbox.dart » ('j') | sky/framework/components/checkbox.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks-fn/stocksapp.dart
diff --git a/sky/examples/stocks-fn/stocksapp.dart b/sky/examples/stocks-fn/stocksapp.dart
index 0f806162de8d3158ec36e4caba43ea154cda16f0..83e3c978d365892acb13eed8faeaedfb336c0672 100644
--- a/sky/examples/stocks-fn/stocksapp.dart
+++ b/sky/examples/stocks-fn/stocksapp.dart
@@ -109,7 +109,7 @@ class StocksApp extends App {
new Icon(key: 'menu', style: _iconStyle,
size: 24,
type: 'navigation/menu_white')
- ..events.listen('click', _drawerAnimation.toggle),
+ ..events.listen('gesturetap', _drawerAnimation.toggle),
new Container(
style: _titleStyle,
children: [title]
@@ -117,7 +117,7 @@ class StocksApp extends App {
new Icon(key: 'search', style: _iconStyle,
size: 24,
type: 'action/search_white')
- ..events.listen('click', _handleSearchClick),
+ ..events.listen('gesturetap', _handleSearchClick),
new Icon(key: 'more_white', style: _iconStyle,
size: 24,
type: 'navigation/more_vert_white')
« no previous file with comments | « no previous file | sky/framework/components/checkbox.dart » ('j') | sky/framework/components/checkbox.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698