We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b261d31 commit 81b878dCopy full SHA for 81b878d
src/android/CameraLauncher.java
@@ -988,6 +988,7 @@ private Bitmap getScaledAndRotatedBitmap(String imageUrl) throws IOException {
988
// read exifData of source
989
exifData = new ExifHelper();
990
exifData.createInFile(filePath);
991
+ exifData.readExifData();
992
// Use ExifInterface to pull rotation information
993
if (this.correctOrientation) {
994
ExifInterface exif = new ExifInterface(filePath);
0 commit comments