forked from organicmaps/organicmaps
Fixed long tap
This commit is contained in:
parent
98996a1567
commit
d573c90aef
1 changed files with 0 additions and 5 deletions
|
@ -651,11 +651,6 @@ bool UserEventStream::TouchMove(array<Touch, 2> const & touches, double timestam
|
|||
isMapTouch = false;
|
||||
break;
|
||||
case STATE_TAP_DETECTION:
|
||||
if (CheckDrag(touches, kDragThreshold))
|
||||
CancelTapDetector();
|
||||
else
|
||||
EndTapDetector(touches[0]);
|
||||
break;
|
||||
case STATE_WAIT_DOUBLE_TAP:
|
||||
if (CheckDrag(touches, kDragThreshold))
|
||||
CancelTapDetector();
|
||||
|
|
Loading…
Add table
Reference in a new issue