Commit 603a6a16 authored by Devon Carew's avatar Devon Carew

Merge pull request #324 from devoncarew/double_tap

update double tap reference
parents 8a256abd d057343b
......@@ -205,7 +205,7 @@ class _RenderInkSplashes extends RenderProxyBox {
}
void _syncTapRecognizer() {
if (onTap == null && doubleTap == null && onLongPress == null) {
if (onTap == null && onDoubleTap == null && onLongPress == null) {
_disposeTapRecognizer();
} else {
_tap ??= new TapGestureRecognizer(router: FlutterBinding.instance.pointerRouter)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment