HassanALi128 commented on issue #411:
URL:
https://github.com/apache/cordova-plugin-camera/issues/411#issuecomment-801092823
> I patched it like this:
> Replace line 787 of CameraLauncher.java with:
>
> ```java
> if (resultCode == 0) {
> try {
> destType = requestCode - CROP_CAMERA;
> processResultFromCamera(destType, intent);
> } catch (IOException e) {}
> } else {
> this.failPicture("No Image Selected");
> }
> ```
can you please add the path.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]