Loading java/src/com/android/inputmethod/latin/SubtypeSwitcher.java +2 −1 Original line number Diff line number Diff line Loading @@ -182,12 +182,13 @@ public class SubtypeSwitcher { + newSubtype.getLocale() + "/" + newSubtype.getExtraValue() + ", from: " + mCurrentSubtype.getLocale() + "/" + mCurrentSubtype.getExtraValue()); } if (newSubtype.equals(mCurrentSubtype)) return; final Locale newLocale = SubtypeLocale.getSubtypeLocale(newSubtype); mNeedsToDisplayLanguage.updateIsSystemLanguageSameAsInputLanguage( mCurrentSystemLocale.equals(newLocale)); if (newSubtype.equals(mCurrentSubtype)) return; mCurrentSubtype = newSubtype; updateShortcutIME(); mService.onRefreshKeyboard(); Loading Loading
java/src/com/android/inputmethod/latin/SubtypeSwitcher.java +2 −1 Original line number Diff line number Diff line Loading @@ -182,12 +182,13 @@ public class SubtypeSwitcher { + newSubtype.getLocale() + "/" + newSubtype.getExtraValue() + ", from: " + mCurrentSubtype.getLocale() + "/" + mCurrentSubtype.getExtraValue()); } if (newSubtype.equals(mCurrentSubtype)) return; final Locale newLocale = SubtypeLocale.getSubtypeLocale(newSubtype); mNeedsToDisplayLanguage.updateIsSystemLanguageSameAsInputLanguage( mCurrentSystemLocale.equals(newLocale)); if (newSubtype.equals(mCurrentSubtype)) return; mCurrentSubtype = newSubtype; updateShortcutIME(); mService.onRefreshKeyboard(); Loading