am 985fb645: Revert I871cfaaf Latin IME Keyboard sounds off by default

* commit '985fb645ef7250837a4a5d317f436dd47de71e4d':
  Revert I871cfaaf Latin IME Keyboard sounds off by default
main
Jean-Michel Trivi 2011-02-04 17:52:24 -08:00 committed by Android Git Automerger
commit 78f9ee978a
1 changed files with 1 additions and 1 deletions

View File

@ -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);