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

Change-Id: I1f9172dd987f8c2ed9b2f3d16a494e4cd264ead7
main
Jean Chalard 2011-05-12 18:50:21 +09:00
parent 0ee6daa63a
commit 0d2843d852
1 changed files with 2 additions and 0 deletions

View File

@ -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) {