Update shortcut IME when user changes the language of keyboard.

Bug: 3329578

Change-Id: I59653ec7b1077e88be3767da9f4190d820fad4d1
main
satok 2011-01-24 20:42:27 +09:00
parent 0dd0ea63ab
commit bd0de0f151
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ public class SubtypeSwitcher {
}
}
if (modeChanged || languageChanged) {
updateShortcutIME();
mService.onRefreshKeyboard();
}
} else if (isVoiceMode()) {