-
Notifications
You must be signed in to change notification settings - Fork 470
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
Can't save cropped image, UnsupportedOperationException #113
Comments
Oh...I will fix it ASAP. |
@AlexEvtushik |
@IsseiAoki Android 6.0.1 |
@AlexEvtushik |
@IsseiAoki now it works like a charm, thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.UnsupportedOperationException
at java.util.AbstractList.add(AbstractList.java:404)
at java.util.AbstractList.add(AbstractList.java:425)
at com.isseiaoki.simplecropview.util.Utils.copyExifInfo(Utils.java:85)
at com.isseiaoki.simplecropview.CropImageView.saveImage(CropImageView.java:1316)
at com.isseiaoki.simplecropview.CropImageView.access$2100(CropImageView.java:58)
at com.isseiaoki.simplecropview.CropImageView$17.call(CropImageView.java:1861)
at com.isseiaoki.simplecropview.CropImageView$17.call(CropImageView.java:1858)
at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:35)
I catch this Exception when tried to save image, my code:
How can I resolve this issue ?
The text was updated successfully, but these errors were encountered: