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

Commit 9dfd7d46 authored by Frank Preel's avatar Frank Preel
Browse files

Merge remote-tracking branch 'origin/1111-a14-espri-v3' into 1111-a14-espri-v3

parents 8fe072f1 bd67df35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -894,7 +894,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);
         }