forked from organicmaps/organicmaps
Fixed touch up processing
This commit is contained in:
parent
3b522c524f
commit
4945210692
1 changed files with 2 additions and 1 deletions
|
@ -754,8 +754,9 @@ bool UserEventStream::TouchUp(array<Touch, 2> const & touches)
|
|||
switch (m_state)
|
||||
{
|
||||
case STATE_EMPTY:
|
||||
case STATE_WAIT_DOUBLE_TAP:
|
||||
isMapTouch = false;
|
||||
// Can be if long tap or double tap detected
|
||||
// Can be if long tap or double tap detected.
|
||||
break;
|
||||
case STATE_FILTER:
|
||||
ASSERT_EQUAL(touchCount, 1, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue