Fix issue 2141503: Keyclick sound doesn't honor volume settings.
Align sound effect volume on music volume.main
parent
59faad8abd
commit
2296317b8f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue