Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant