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

NullPointerException occurs randomly while scrolling #84

Open
gauravsapiens opened this issue Jan 3, 2013 · 0 comments
Open

NullPointerException occurs randomly while scrolling #84

gauravsapiens opened this issue Jan 3, 2013 · 0 comments

Comments

@gauravsapiens
Copy link

I' just integrated ViewFlow with CirclePageIndicator inside a vertical scroll view. However it crashes sometimes while scrolling. I'm unsure why this happens.

Here is the log :

01-03 19:00:12.496: E/AndroidRuntime(2074): FATAL EXCEPTION: main
01-03 19:00:12.496: E/AndroidRuntime(2074): java.lang.NullPointerException
01-03 19:00:12.496: E/AndroidRuntime(2074): at com.pro.expandablefeed.ViewFlow.setupChild(ViewFlow.java:679)
01-03 19:00:12.496: E/AndroidRuntime(2074): at com.pro.expandablefeed.ViewFlow.makeAndAddView(ViewFlow.java:701)
01-03 19:00:12.496: E/AndroidRuntime(2074): at com.pro.expandablefeed.ViewFlow.makeAndAddView(ViewFlow.java:694)
01-03 19:00:12.496: E/AndroidRuntime(2074): at com.pro.expandablefeed.ViewFlow.postViewSwitched(ViewFlow.java:642)
01-03 19:00:12.496: E/AndroidRuntime(2074): at com.pro.expandablefeed.ViewFlow.computeScroll(ViewFlow.java:459)
01-03 19:00:12.496: E/AndroidRuntime(2074): at android.view.View.getDisplayList(View.java:10450)
01-03 19:00:12.496: E/AndroidRuntime(2074): at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:2597)
01-03 19:00:12.496: E/AndroidRuntime(2074): at android.view.View.getDisplayList(View.java:10424)
01-03 19:00:12.496: E/AndroidRuntime(2074): at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:2597)

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