-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue #553 : java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed #588
Conversation
…ion.Op - only INTERSECT and DIFFERENCE are allowed
@ArthurHub Please review this and add the fix. We have the same crash on Android P devices on our app -
|
@ArthurHub same here, It would be great to take an action, thank you. |
Any update guys? I am also facing the same issue in Android Pie. If you know any workaround, then please let me know. |
This can be resolved by the following changes in CropOverlayView
|
When is this fix releasing? |
Committed changes already, waiting for the merged release. |
I'm also seeing this crash in the wild on devices running Android Pie. @ArthurHub, could this PR please be merged? |
Any update on this PR merge? |
I looked at the PR 600 and I may be missing something bit it looks like the "fix" is on the wrong call. However, the bug is proposed fix should be. |
@chooven this is also where I am seeing the crash |
merged #618 |
Thanks Man, That works for me. |
A fix for issue #553
Details can be found here: https://developer.android.com/reference/android/graphics/Canvas#clipPath(android.graphics.Path,%20android.graphics.Region.Op)