* commit '78f9ee978a6a3e8a78ae161034c273d4c8600f6f': Revert I871cfaaf Latin IME Keyboard sounds off by default
This commit is contained in:
commit
cf675cc808
1 changed files with 1 additions and 1 deletions
|
@ -2121,7 +2121,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
|
||||
mVibrateOn = vibrator != null && vibrator.hasVibrator()
|
||||
&& prefs.getBoolean(Settings.PREF_VIBRATE_ON, false);
|
||||
mSoundOn = prefs.getBoolean(Settings.PREF_SOUND_ON, true);
|
||||
mSoundOn = prefs.getBoolean(Settings.PREF_SOUND_ON, false);
|
||||
|
||||
mPopupOn = isPopupEnabled(prefs);
|
||||
mAutoCap = prefs.getBoolean(Settings.PREF_AUTO_CAP, true);
|
||||
|
|
Loading…
Reference in a new issue