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

Commit eb8d3359 authored by frankpreel's avatar frankpreel
Browse files

Rename

parent 2e8f0928
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -873,10 +873,10 @@ 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 (imm != null) {
             imm.switchToNextInputMethod(token, false);
         if (inputMethodManager != null) {
             inputMethodManager.switchToNextInputMethod(token, false);
         }
    }