You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the next problem, I have this view, the problem is when the user scroll at first element, when the "top" of the view is reached (0,0) the GravitySnapHelper.SnapListener dont return the position, this only happens if the view is scrolled at "(0,0) ", but if i scroll at "(0, .1)" for example(only a little bit of scroll in y position) , it wokrs fine. . The callback is not fired, when the view is in their original state
The text was updated successfully, but these errors were encountered:
mr-gilberto
changed the title
GravitySnapHelper dont return the first position when at (0,0) position
GravitySnapHelper dont return the first position when the user scroll at (0,0) position
Mar 10, 2019
I have the next problem, I have this view, the problem is when the user scroll at first element, when the "top" of the view is reached (0,0) the GravitySnapHelper.SnapListener dont return the position, this only happens if the view is scrolled at "(0,0) ", but if i scroll at "(0, .1)" for example(only a little bit of scroll in y position) , it wokrs fine. . The callback is not fired, when the view is in their original state
Here is the layout:
The text was updated successfully, but these errors were encountered: