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

Commit 629148c5 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 5094552f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
        android:layout_height="100dp"
        android:padding="10dp"
        android:scaleType="fitCenter"
        android:soundEffectsEnabled="false"
        android:contentDescription="@string/take_photo"
        app:srcCompat="@drawable/take_photo_selector"
        android:stateListAnimator="@animator/button_animation"