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

Unified Diff: sky/framework/components/radio.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
Index: sky/framework/components/radio.dart
diff --git a/sky/framework/components/radio.dart b/sky/framework/components/radio.dart
index e94cf9f9541ced4ce38833c006aa9fa131b2f156..08f35dbe87d13f1e67de67a134a45470050cce8a 100644
--- a/sky/framework/components/radio.dart
+++ b/sky/framework/components/radio.dart
@@ -51,7 +51,7 @@ class Radio extends ButtonBase {
this.value,
this.groupValue
}) : super(key: key) {
- events.listen('click', _handleClick);
+ events.listen('gesturetap', _handleClick);
}
Node build() {
« sky/framework/components/checkbox.dart ('K') | « sky/framework/components/material.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698