Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,8 @@ public class Settings extends PreferenceActivity ...@@ -172,6 +172,8 @@ public class Settings extends PreferenceActivity
&& isBigramPredictionEnabled(prefs, res); && isBigramPredictionEnabled(prefs, res);
mAutoCorrectionThreshold = getAutoCorrectionThreshold(prefs, res); mAutoCorrectionThreshold = getAutoCorrectionThreshold(prefs, res);
Utils.setSystemLocale(res, savedLocale);
} }
public boolean isSuggestedPunctuation(int code) { public boolean isSuggestedPunctuation(int code) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment