Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 8620576

Browse files
committed
[1.5.4] Upgrade gestures.
1 parent f561940 commit 8620576

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Runtime/gestures/multitap.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ public MultiTapGestureRecognizer(
316316
TimeSpan? longTapDelay = null,
317317
object debugOwner = null,
318318
PointerDeviceKind? kind = null
319-
) : base(debugOwner: debugOwner, kind: kind) { }
319+
) : base(debugOwner: debugOwner, kind: kind) {
320+
this.longTapDelay = longTapDelay ?? TimeSpan.Zero;
321+
}
320322

321323
GestureMultiTapDownCallback onTapDown;
322324

0 commit comments

Comments
 (0)