Github user stevengill commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/197#discussion_r76660251
  
    --- Diff: src/android/CameraLauncher.java ---
    @@ -927,6 +859,21 @@ private void writeUncompressedImage(Uri src, Uri dest) 
throws FileNotFoundExcept
                 }
             }
         }
    +    /**
    +     * In the special case where the default width, height and quality are 
unchanged
    +     * we just write the file out to disk saving the expensive 
Bitmap.compress function.
    +     *
    +     * @param src
    +     * @throws FileNotFoundException
    +     * @throws IOException
    +     */
    +    private void writeUncompressedImage(Uri src, Uri dest) throws 
FileNotFoundException,
    --- End diff --
    
    I see two writeUncompressedImage functions. Is this correct? The second one 
is right above this definition. 


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

Reply via email to