summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rwxr-xr-xsrc/com/android/camera/PhotoModule.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/PhotoModule.java b/src/com/android/camera/PhotoModule.java
index eee1110b1..d3f838481 100755
--- a/src/com/android/camera/PhotoModule.java
+++ b/src/com/android/camera/PhotoModule.java
@@ -1121,6 +1121,7 @@ public class PhotoModule
if (!mIsImageCaptureIntent) {
setCameraState(IDLE);
}
+ startFaceDetection();
}
if ((mRefocus) && (mReceivedSnapNum == 6)) {
Size s = mParameters.getPictureSize();