Skip to content
Snippets Groups Projects
Commit bd0de0f1 authored by satok's avatar satok
Browse files

Update shortcut IME when user changes the language of keyboard.

Bug: 3329578

Change-Id: I59653ec7b1077e88be3767da9f4190d820fad4d1
parent 0dd0ea63
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,7 @@ public class SubtypeSwitcher { ...@@ -230,6 +230,7 @@ public class SubtypeSwitcher {
} }
} }
if (modeChanged || languageChanged) { if (modeChanged || languageChanged) {
updateShortcutIME();
mService.onRefreshKeyboard(); mService.onRefreshKeyboard();
} }
} else if (isVoiceMode()) { } else if (isVoiceMode()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment