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 when scrolling to the end of the intro #59

Closed
adrcotfas opened this issue May 30, 2016 · 1 comment
Closed

Comments

@adrcotfas
Copy link
Contributor

Hello,

Here's another fatal exception while scrolling to the end of the intro activity. I'm using the latest 1.5.1 version.

FATAL EXCEPTION: main Process: com.apps.adrcotfas.goodtime, PID: 13438 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:756) at com.heinrichreimersoftware.materialintro.app.IntroActivity.updateParallax(IntroActivity.java:568) at com.heinrichreimersoftware.materialintro.app.IntroActivity.access$700(IntroActivity.java:52) at com.heinrichreimersoftware.materialintro.app.IntroActivity$IntroPageChangeListener.onPageScrolled(IntroActivity.java:854) at com.heinrichreimersoftware.materialintro.view.FadeableViewPager$OnPageChangeListenerWrapper.onPageScrolled(FadeableViewPager.java:66)

@Sleeper9
Copy link

Yes, I also noticed this in #56

@heinrichreimer heinrichreimer changed the title FATAL EXCEPTION on API level 19 IndexOutOfBoundsException when scrolling to the end of the intro May 31, 2016
@heinrichreimer heinrichreimer added this to the Release 1.5.2 milestone May 31, 2016
heinrichreimer added a commit that referenced this issue Jun 1, 2016
Fix issue #59 (IndexOutOfBoundsException when scrolling to the end of the intro)
@heinrichreimer heinrichreimer self-assigned this Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants