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

main
Jean Chalard 2011-05-12 03:04:29 -07:00 committed by Android (Google) Code Review
commit b47f4cd1c6
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) {