Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eef3fe0a authored by Wei Huang's avatar Wei Huang Committed by Android Git Automerger
Browse files

am ea2acd48: am 58296baa: Merge "Fix startFaceDetection will fail after taking...

am ea2acd48: am 58296baa: Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev

* commit 'ea2acd48':
  Fix startFaceDetection will fail after taking a picture.
parents 022a6563 ea2acd48
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1059,6 +1059,7 @@ public class Camera {
        }
        }


        native_takePicture(msgType);
        native_takePicture(msgType);
        mFaceDetectionRunning = false;
    }
    }


    /**
    /**