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

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

Apply 1 suggestion(s) to 1 file(s)

parent 3fac720a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -898,7 +898,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen

    private void switchToNextInputMethod() {
        final IBinder token = getWindow().getAttributes().token;
         InputMethodManager imm = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
         InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
         if (imm != null) {
             imm.switchToNextInputMethod(token, false);
         }