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

Commit f7f12568 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Camera: Disable touch sounds for camera button

- Fixes double sound issue mentioned here https://gitlab.e.foundation/e/backlog/-/issues/5580

Change-Id: I2ee8e44815e64989727db8830e67a0682fa2e209
parent bd3a2a17
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
            android:contentDescription="@string/take_photo"
            android:onClick="clickedTakePhoto"
            android:scaleType="fitCenter"
            android:soundEffectsEnabled="false"
            android:src="@drawable/ic_camera_shutter" />

        <net.sourceforge.opencamera.ui.CircleImageView