mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Revert I871cfaaf Latin IME Keyboard sounds off by default
Change-Id: If4b90daa04df0b554faf2886fe83410e086e5b9c
This commit is contained in:
parent
435ea0f5dc
commit
985fb645ef
@ -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 New Issue
Block a user