Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-08-12 13:51:43 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-08-19 10:24:08 +0300
commitd573c90aefb44d91549857dedc261f744a7fabee (patch)
tree9b45a901b2f42a4519fc4957beb9f11b0aaebe0e /drape_frontend
parent98996a1567bba771225b96c5df9d3d7bd0424556 (diff)
Fixed long tap
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/user_event_stream.cpp5
1 files changed, 0 insertions, 5 deletions
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<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();