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

Commit 0d2843d8 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug where the locale of the keyboard app would end up wrong.

Change-Id: I1f9172dd987f8c2ed9b2f3d16a494e4cd264ead7
parent 0ee6daa6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -172,6 +172,8 @@ public class Settings extends PreferenceActivity
                    && isBigramPredictionEnabled(prefs, res);

            mAutoCorrectionThreshold = getAutoCorrectionThreshold(prefs, res);

            Utils.setSystemLocale(res, savedLocale);
        }

        public boolean isSuggestedPunctuation(int code) {