Skip to content

Commit

Permalink
a little type error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCheung3 committed Jul 29, 2015
1 parent 00ebb4a commit f05be9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/CameraLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ private void processResultFromCamera(int destType, Intent intent) throws IOExcep
}

//We don't support PNG, so let's not pretend we do
exif.createInFile(getTempDirectoryPath() + "/.Pic.jpg");
exif.createInFile(sourcePath);
exif.readExifData();
rotate = exif.getOrientation();

Expand Down

0 comments on commit f05be9f

Please sign in to comment.