Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 985fb645 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Revert I871cfaaf Latin IME Keyboard sounds off by default

Change-Id: If4b90daa04df0b554faf2886fe83410e086e5b9c
parent 435ea0f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);