diff --git a/drape_frontend/user_event_stream.cpp b/drape_frontend/user_event_stream.cpp index b6b3700ddd..2402f6c540 100644 --- a/drape_frontend/user_event_stream.cpp +++ b/drape_frontend/user_event_stream.cpp @@ -651,11 +651,6 @@ bool UserEventStream::TouchMove(array 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();