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

IndexOutOfBoundsException: Invalid index 3, size is 3 #103

Closed
ghost opened this issue Jul 20, 2016 · 1 comment
Closed

IndexOutOfBoundsException: Invalid index 3, size is 3 #103

ghost opened this issue Jul 20, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jul 20, 2016

Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 3, size is 3
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.get(ArrayList.java:308)
at com.heinrichreimersoftware.materialintro.slide.SlideAdapter.getSlide(SlideAdapter.java:69)
at com.heinrichreimersoftware.materialintro.app.IntroActivity.getSlide(IntroActivity.java:897)
at com.heinrichreimersoftware.materialintro.app.IntroActivity.canGoForward(IntroActivity.java:298)
at com.heinrichreimersoftware.materialintro.app.IntroActivity.nextSlide(IntroActivity.java:257)
at com.heinrichreimersoftware.materialintro.app.IntroActivity$2.onClick(IntroActivity.java:240)
at android.view.View.performClick(View.java:4438)
at android.view.View$PerformClick.run(View.java:18431)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5061)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
at dalvik.system.NativeStart.main(NativeStart.java)

I have 3 "addSlide" with SimpleSlide.Builder into my IntroActivity

@heinrichreimer heinrichreimer added this to the Release 1.5.8 milestone Jul 20, 2016
@heinrichreimer heinrichreimer self-assigned this Jul 20, 2016
TheDorkKnightRises added a commit to TheDorkKnightRises/material-intro that referenced this issue Aug 9, 2016
Possible fix for heinrichreimer#103 (untested)
@heinrichreimer
Copy link
Owner

In theory this could not happen because IntroActivity.nextSlide()already filters out all indices that are out of range. Maybe you should check your NavigationPolicy or overriden canGoForward() methods or update the library to the latest version.
Please keep me updated if that helps.

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

No branches or pull requests

1 participant