Partial fix for homescreen panning issue
authorPaul Wisbey <p.wisbey@samsung.com>
Fri, 23 May 2014 14:54:39 +0000 (15:54 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 29 May 2014 14:10:03 +0000 (15:10 +0100)
[problem]      When flicking left-right quickly, sometimes homescreen page does not move
[cause]        In some cases this is caused by ScrollView using a value before the update
thread has had time to react.
[solution]     Added guard logic in positionSnap calculation.


No differences found