You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/17 13:45:55 UTC

[GitHub] [cordova-plugin-camera] HassanALi128 commented on issue #411: Error "No Image Selected"

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org