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

Commit 196fc927 authored by Nipun Kwatra's avatar Nipun Kwatra Committed by Android (Google) Code Review
Browse files

Merge "Call startPreview after stopping for mUseStillCameraForTimeLapse=true case."

parents 1f5a8d96 c44cf627
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ void CameraSourceTimeLapse::stopCameraRecording() {
    if (mUseStillCameraForTimeLapse) {
        void *dummy;
        pthread_join(mThreadTimeLapse, &dummy);
        CHECK_EQ(OK, mCamera->startPreview());
    } else {
        mCamera->stopRecording();
    }