Github user nantunes commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/99#issuecomment-172819385 _Per se_ the patch only manipulates strings: ```java String fileName = realPath != null ? realPath.substring(realPath.lastIndexOf('/') + 1) : "modified." + (this.encodingType == JPEG ? "jpg" : "png"); String modifiedPath = getTempDirectoryPath() + "/" + fileName; ``` So I don't how could it cause that error. Maybe some other change in-between? Could you diff the two versions of CameraLauncher.java?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org