Fixed stopping of kinetic scroll on tap

This commit is contained in:
r.kuznetsov 2016-04-29 11:09:49 +03:00 committed by Vladimir Byko-Ianko
parent ba02c77bfd
commit bd2bd03ff6

View file

@ -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 */);