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
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: