Loading java/src/com/android/inputmethod/latin/LatinIME.java +1 −1 Original line number Diff line number Diff line Loading @@ -892,7 +892,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } private void switchToNextInputMethod() { final IBinder token = getWindow().getAttributes().token; final IBinder token = getWindow().getWindow().getAttributes().token; InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE); if (inputMethodManager != null) { inputMethodManager.switchToNextInputMethod(token, false); Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +1 −1 Original line number Diff line number Diff line Loading @@ -892,7 +892,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } private void switchToNextInputMethod() { final IBinder token = getWindow().getAttributes().token; final IBinder token = getWindow().getWindow().getAttributes().token; InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE); if (inputMethodManager != null) { inputMethodManager.switchToNextInputMethod(token, false); Loading