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

This commit is contained in:
Jean Chalard 2011-05-12 03:04:29 -07:00 committed by Android (Google) Code Review
commit b47f4cd1c6

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