mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix issue 2141503: Keyclick sound doesn't honor volume settings.
Align sound effect volume on music volume.
This commit is contained in:
parent
59faad8abd
commit
2296317b8f
@ -138,7 +138,8 @@ public class LatinIME extends InputMethodService
|
|||||||
private long mVibrateDuration;
|
private long mVibrateDuration;
|
||||||
|
|
||||||
private AudioManager mAudioManager;
|
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 boolean mSilentMode;
|
||||||
|
|
||||||
private String mWordSeparators;
|
private String mWordSeparators;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user