Skip to content

fix #148 by removing double 'on' value for shutter sound

Daniel Frost requested to merge Danfro/camera-app:nosoundicon into master

This MR is to fix #148 . The issue is created because shutter sound AND vibration are set to true by default. But there can be only one ;-). By disabling vibration and leaving sound on as default this issue is solved.

Merge request reports