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:52:38 UTC

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

AlibekJ commented on issue #411: Error "No Image Selected"
URL: https://github.com/apache/cordova-plugin-camera/issues/411#issuecomment-611865044
 
 
   I patched it like this:
   in line 34428 of CameraLauncher.java
   
   ```
   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