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

Commit b47f4cd1 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

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

parents 039e6d76 0d2843d8
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) {