Yalantis/uCrop

java.lang.NullPointerException: Attempt to get length of null array

ysn85 opened this issue · 1 comments

ysn85 commented

---java.lang.NullPointerException: Attempt to get length of null array
android.graphics.Matrix.mapPoints(Matrix.java:668)
com.yalantis.ucrop.view.TransformImageView.updateCurrentImagePoints()
com.yalantis.ucrop.view.TransformImageView.setImageMatrix()
com.yalantis.ucrop.view.TransformImageView.postTranslate()
com.yalantis.ucrop.view.GestureCropImageView$GestureListener.onScroll()
android.view.GestureDetector.onTouchEvent(GestureDetector.java:714)
com.yalantis.ucrop.view.GestureCropImageView.onTouchEvent()
android.view.View.dispatchTouchEvent(View.java:14479)
android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3234)

please, How can I solve such a problem?

I meet same issue, is there any fix or work around?