Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecb562d8 authored by Frank Preel's avatar Frank Preel
Browse files

Rename

parent cc147e5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -894,8 +894,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
    private void switchToNextInputMethod() {
        final IBinder token = getWindow().getAttributes().token;
         InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
         if (imm != null) {
             imm.switchToNextInputMethod(token, false);
         if (inputMethodManager != null) {
             inputMethodManager.switchToNextInputMethod(token, false);
         }
    }