Loading src/com/android/settings/inputmethod/UserDictionaryList.java +5 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,11 @@ public class UserDictionaryList extends SettingsPreferenceFragment { // in the list. localeSet.add(mLocale); } if (localeSet.size() > 1) { // Have an "All languages" entry in the languages list if there are two or more active // languages localeSet.add(""); } if (localeSet.isEmpty()) { userDictGroup.addPreference(createUserDictionaryPreference(null, activity)); Loading Loading
src/com/android/settings/inputmethod/UserDictionaryList.java +5 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,11 @@ public class UserDictionaryList extends SettingsPreferenceFragment { // in the list. localeSet.add(mLocale); } if (localeSet.size() > 1) { // Have an "All languages" entry in the languages list if there are two or more active // languages localeSet.add(""); } if (localeSet.isEmpty()) { userDictGroup.addPreference(createUserDictionaryPreference(null, activity)); Loading