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

Unexpected Crash: ArrayIndexOutOfBoundsException #113

Open
rtsketo opened this issue Jun 10, 2021 · 1 comment
Open

Unexpected Crash: ArrayIndexOutOfBoundsException #113

rtsketo opened this issue Jun 10, 2021 · 1 comment

Comments

@rtsketo
Copy link

rtsketo commented Jun 10, 2021

Bug Reporting

Steps to Reproduce

Unknown

Actual Results (include screenshots)

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException
length=2; index=2
java.util.ArrayList.clear (ArrayList.java:569)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4222)
android.view.View.draw (View.java:20376)
android.view.View.draw (View.java:20238)
android.view.ViewGroup.drawChild (ViewGroup.java:4421)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4207)
android.view.View.draw (View.java:20236)
android.view.ViewGroup.drawChild (ViewGroup.java:4421)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4207)
android.view.View.draw (View.java:20236)
android.view.ViewGroup.drawChild (ViewGroup.java:4421)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4207)
android.view.View.draw (View.java:20236)
android.view.ViewGroup.drawChild (ViewGroup.java:4421)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4207)
android.view.View.draw (View.java:20236)
android.view.ViewGroup.drawChild (ViewGroup.java:4421)
android.view.ViewGroup.dispatchDraw (ViewGroup.java:4207)
android.view.View.draw (View.java:20376)
com.android.internal.policy.DecorView.draw (DecorView.java:980)
android.view.View.buildDrawingCacheImpl (View.java:19616)
android.view.View.buildDrawingCache (View.java:19476)
android.view.View.getDrawingCache (View.java:19382)
android.view.View.getDrawingCache (View.java:19347)
jp.wasabeef.blurry.internal.Blur.of (Blur.java:40)
jp.wasabeef.blurry.Blurry$ImageComposer.into (Blurry.java:212)

Expected Results (include screenshots)

Not to crash.

OS details

  • Device: Galaxy S7
  • OS: 8.0.0
@rtsketo
Copy link
Author

rtsketo commented Jun 10, 2021

It was occurred in 3.0.0. Please ignore this issue if it's already fixed in 4.0.0.

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