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

Commit efb039e0 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera2: Don't play shutter sound when doing a video snapshot

Bug: 7171820
Change-Id: I11ec0900aff3cdf4b57ae1bfc75f7acfecf95098
parent b845c6b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
    }