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

Commit 2296317b authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix issue 2141503: Keyclick sound doesn't honor volume settings.

Align sound effect volume on music volume.
parent 59faad8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -138,7 +138,8 @@ public class LatinIME extends InputMethodService
    private long mVibrateDuration;

    private AudioManager mAudioManager;
    private final float FX_VOLUME = 1.0f;
    // Align sound effect volume on music volume
    private final float FX_VOLUME = -1.0f;
    private boolean mSilentMode;

    private String mWordSeparators;