Merge "Fix a bug where the locale of the keyboard app would end up wrong."
commit
b47f4cd1c6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue