summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 760a8d49b..733bf6954 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -3122,8 +3122,6 @@ public class CaptureModule implements CameraModule, PhotoController,
}
private void applySettingsForJpegInformation(CaptureRequest.Builder builder, int id) {
- if (mSettingsManager.getSavePictureFormat() == SettingsManager.HEIF_FORMAT)
- return;
Location location = mLocationManager.getCurrentLocation();
if(location != null) {
// make copy so that we don't alter the saved location since we may re-use it