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 this issue with BouncyRecyclerview that that translationY becomes NaN sometimes. It is kind of hard to reproduce but happens regularly. I fling the view upwards a lot until it happens. Then the full content of the RecyclerView disappears. If I check with it in the LayoutInspector I can see that translationY is not 0dp but NaN which I assume is the issue.
The text was updated successfully, but these errors were encountered:
Same problem here but was unable to fix the issue. When using onOverPullTop, in some scenarios the deltaDistance is NaN. Can't seem to find the solution, even tried setting the value if NaN occurs.
Help if you can! :)
I have this issue with BouncyRecyclerview that that translationY becomes NaN sometimes. It is kind of hard to reproduce but happens regularly. I fling the view upwards a lot until it happens. Then the full content of the RecyclerView disappears. If I check with it in the LayoutInspector I can see that translationY is not 0dp but NaN which I assume is the issue.
The text was updated successfully, but these errors were encountered: