mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Invoke IME switcher for taskbar through SysUI
Bug: 191814219 Test: IME switcher works small and large screen Change-Id: Ic2db60357a13846bb34dddd64b27ecbbf8ff656f
This commit is contained in:
@@ -102,9 +102,7 @@ public class TaskbarNavButtonController {
|
||||
}
|
||||
|
||||
private void showIMESwitcher() {
|
||||
mService.getSystemService(InputMethodManager.class)
|
||||
.showInputMethodPickerFromSystem(true /* showAuxiliarySubtypes */,
|
||||
DEFAULT_DISPLAY);
|
||||
SystemUiProxy.INSTANCE.getNoCreate().onImeSwitcherPressed();
|
||||
}
|
||||
|
||||
private void notifyImeClick(boolean longClick) {
|
||||
|
||||
Reference in New Issue
Block a user