summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatyavaraprasad yerramsetti <satyav@codeaurora.org>2014-11-24 15:04:50 +0530
committersatyavaraprasad yerramsetti <satyav@codeaurora.org>2014-11-24 15:05:47 +0530
commitcb8dc6283630f05bec41502a88a5b954e5c0ebb8 (patch)
tree8e269e76fa66c589f7daa043b699bfcf6638ec6a
parent4f590dbd7c49747d95bbd476a1eab6fff7366c31 (diff)
downloadandroid_packages_apps_Snap-cb8dc6283630f05bec41502a88a5b954e5c0ebb8.tar.gz
android_packages_apps_Snap-cb8dc6283630f05bec41502a88a5b954e5c0ebb8.tar.bz2
android_packages_apps_Snap-cb8dc6283630f05bec41502a88a5b954e5c0ebb8.zip
SnapdragonCamera: Remove resetExposureCompensation in OnResumeTasks().
Issue:App does not retain the Exposure setting when hit the home button and then reopen the camera app. Fix: resetExposureCompensation() is removed in OnResumeTasks()to retain Exposure value when suspending and resuming Camera app. CRs-Fixed:745622 Change-Id: Icd4fb2c689275b839f35b7318ffa5b9b90d7926b
-rw-r--r--src/com/android/camera/PhotoModule.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/PhotoModule.java b/src/com/android/camera/PhotoModule.java
index 299540010..f6c5497f2 100644
--- a/src/com/android/camera/PhotoModule.java
+++ b/src/com/android/camera/PhotoModule.java
@@ -2210,7 +2210,6 @@ public class PhotoModule
mJpegPictureCallbackTime = 0;
mZoomValue = 0;
- resetExposureCompensation();
if (mSkinToneSeekBar != true)
{