forked from extern/Unexpected-Keyboard
Use switchToNextInputMethod instead of switchToPreviousInputMethod
This is warranted by the API.
This commit is contained in:
parent
d7fa5ffa9a
commit
70d777253c
@ -394,7 +394,7 @@ public class Keyboard2 extends InputMethodService
|
||||
if (VERSION.SDK_INT < 28)
|
||||
get_imm().switchToLastInputMethod(getConnectionToken());
|
||||
else
|
||||
switchToPreviousInputMethod();
|
||||
switchToNextInputMethod(false);
|
||||
break;
|
||||
|
||||
case ACTION:
|
||||
|
Loading…
Reference in New Issue
Block a user