diff --git a/java/org/gnu/emacs/EmacsService.java b/java/org/gnu/emacs/EmacsService.java index fb123769bdf..05952f98cf1 100644 --- a/java/org/gnu/emacs/EmacsService.java +++ b/java/org/gnu/emacs/EmacsService.java @@ -889,8 +889,6 @@ invocation of app_process (through android-emacs) can 0); info = builder.build (); - - if (DEBUG_IC) Log.d (TAG, ("updateCursorAnchorInfo: " + x + " " + y + " " + yBaseline + "-" + yBottom)); @@ -1142,8 +1140,10 @@ else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) if (DEBUG_IC) Log.d (TAG, "updateExtractedText: @" + token + ", " + text); + icBeginSynchronous (); window.view.imManager.updateExtractedText (window.view, token, text); + icEndSynchronous (); }