Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflowError: stack size 8188KB #23

Open
varunam opened this issue Aug 23, 2022 · 0 comments
Open

StackOverflowError: stack size 8188KB #23

varunam opened this issue Aug 23, 2022 · 0 comments

Comments

@varunam
Copy link

varunam commented Aug 23, 2022

Exception java.lang.StackOverflowError: stack size 8188KB
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.updateContentOffsetTop (CustomSwipeRefreshLayout.java:1002)
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.setTargetOffsetTop (CustomSwipeRefreshLayout.java:1016)
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.updateContentOffsetTop (CustomSwipeRefreshLayout.java:1002)
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.setTargetOffsetTop (CustomSwipeRefreshLayout.java:1016)
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.updateContentOffsetTop (CustomSwipeRefreshLayout.java:1002)
at com.reginald.swiperefresh.CustomSwipeRefreshLayout.setTargetOffsetTop (CustomSwipeRefreshLayout.java:1016)

Looks like recursion is causing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant