Loading services/camera/libcameraservice/camera2/CaptureSequencer.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -410,7 +410,8 @@ CaptureSequencer::CaptureState CaptureSequencer::manageStandardCapture( return DONE; } if (l.mParameters.playShutterSound) { if (l.mParameters.playShutterSound && l.mParameters.state == Parameters::STILL_CAPTURE) { client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); } Loading Loading
services/camera/libcameraservice/camera2/CaptureSequencer.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -410,7 +410,8 @@ CaptureSequencer::CaptureState CaptureSequencer::manageStandardCapture( return DONE; } if (l.mParameters.playShutterSound) { if (l.mParameters.playShutterSound && l.mParameters.state == Parameters::STILL_CAPTURE) { client->getCameraService()->playSound(CameraService::SOUND_SHUTTER); } Loading