You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/10 03:53:38 UTC

[GitHub] [cordova-plugin-camera] AlibekJ edited a comment on issue #411: Error "No Image Selected"

AlibekJ edited a comment on issue #411: Error "No Image Selected"
URL: https://github.com/apache/cordova-plugin-camera/issues/411#issuecomment-611865044
 
 
   I patched it like this:
   Replace line 787 of CameraLauncher.java with:
   
   ```
   if (resultCode == 0) {
     try {
       destType = requestCode - CROP_CAMERA;
       processResultFromCamera(destType, intent);
     } catch (IOException e) {}
   } else {
     this.failPicture("No Image Selected");
   }```

----------------------------------------------------------------
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


With regards,
Apache Git Services

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