forked from organicmaps/organicmaps
Fixed stopping of kinetic scroll on tap
This commit is contained in:
parent
ba02c77bfd
commit
bd2bd03ff6
1 changed files with 3 additions and 0 deletions
|
@ -700,6 +700,9 @@ bool UserEventStream::TouchDown(array<Touch, 2> const & touches)
|
|||
{
|
||||
size_t touchCount = GetValidTouchesCount(touches);
|
||||
bool isMapTouch = true;
|
||||
|
||||
// Interrupt kinetic scroll on touch down.
|
||||
m_animationSystem.FinishAnimations(Animation::KineticScroll, false /* rewind */);
|
||||
|
||||
// Interrupt kinetic scroll on touch down.
|
||||
m_animationSystem.FinishAnimations(Animation::KineticScroll, false /* rewind */);
|
||||
|
|
Loading…
Add table
Reference in a new issue