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 2018/08/27 07:42:50 UTC

[GitHub] janpio commented on a change in pull request #331: GH-329: (android) Fixes issue: Exif data lost on many cases

janpio commented on a change in pull request #331: GH-329: (android) Fixes issue: Exif data lost on many cases
URL: https://github.com/apache/cordova-plugin-camera/pull/331#discussion_r212890940
 
 

 ##########
 File path: src/android/CameraLauncher.java
 ##########
 @@ -994,6 +994,7 @@ private Bitmap getScaledAndRotatedBitmap(String imageUrl) throws IOException {
                         // read exifData of source
                         exifData = new ExifHelper();
                         exifData.createInFile(filePath);
+                        exif.readExifData();
 
 Review comment:
   Where is this variable used? If `this.correctOrientation` is true, it is overwritten again and then used to get the orientation, but otherwise?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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