Skip to content

Commit

Permalink
feat: disable camera sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny committed Jan 10, 2025
1 parent 6937738 commit 91d108a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public View onCreateView(
? com.otaliastudios.cameraview.controls.Audio.OFF
: com.otaliastudios.cameraview.controls.Audio.ON
);
camera.setPlaySounds(false);

// Configure zoom settings
if (enableZoom) {
Expand Down

0 comments on commit 91d108a

Please sign in to comment.