[NUI] Fix scroll item touch issue (#1864)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Tue, 28 Jul 2020 02:19:42 +0000 (11:19 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 02:19:42 +0000 (11:19 +0900)
commitd1feaab91223a67fb393b91b39542c3f81e0ff0a
tree75a5f96c7e96b7bb29db3a4a0ce200c285ae5f87
parent0d83096c689adc35bbf56f4a3669bdec22c4b67a
[NUI] Fix scroll item touch issue (#1864)

Previously when velocity is 0, ScrollAnimationFinished callback is not
working so touch interrupt view is not disappear.

Now, ScrollAnimation is started even if velocity is 0.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs