summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-12-05 16:32:52 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-12-05 16:32:52 -0800
commit57c04a3c6c2ded19c25b83363967c4d26300437b (patch)
tree80093e2b9648eb720b79e0e5335042c85bff7606
parent05d7480e5cb9432ca46a6d54448f824c2141ed3a (diff)
parentb90cb1c5d1083b9973d7810da5df9cfaf2e128c0 (diff)
downloadandroid_packages_apps_Snap-57c04a3c6c2ded19c25b83363967c4d26300437b.tar.gz
android_packages_apps_Snap-57c04a3c6c2ded19c25b83363967c4d26300437b.tar.bz2
android_packages_apps_Snap-57c04a3c6c2ded19c25b83363967c4d26300437b.zip
Merge "fix ROI flicker twice when open camera" into camera-SnapdragonCamera.lnx.2.0
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 79b9da743..68f0d19f3 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -786,7 +786,6 @@ public class CaptureModule implements CameraModule, PhotoController,
CaptureResult partialResult) {
int id = (int) partialResult.getRequest().getTag();
if (id == getMainCameraId()) {
- updateFocusStateChange(partialResult);
Face[] faces = partialResult.get(CaptureResult.STATISTICS_FACES);
if (faces != null && isBsgcDetecionOn()) {
updateFaceView(faces, getBsgcInfo(partialResult, faces.length));