forked from organicmaps/organicmaps
Removing FinishAnimations method which appeard while automatic merge.
This commit is contained in:
parent
be4cf2a0a7
commit
e424f45ad4
1 changed files with 0 additions and 3 deletions
|
@ -754,9 +754,6 @@ bool UserEventStream::TouchDown(array<Touch, 2> const & touches)
|
|||
// Interrupt kinetic scroll on touch down.
|
||||
m_animationSystem.FinishAnimations(Animation::KineticScroll, false /* rewind */, true /* finishAll */);
|
||||
|
||||
// Interrupt kinetic scroll on touch down.
|
||||
m_animationSystem.FinishAnimations(Animation::KineticScroll, false /* rewind */);
|
||||
|
||||
if (touchCount == 1)
|
||||
{
|
||||
if (!DetectDoubleTap(touches[0]))
|
||||
|
|
Loading…
Add table
Reference in a new issue