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

Commit 05384933 authored by alanv's avatar alanv
Browse files

Fix the build.

Change-Id: I744f6232e81981ab694d3d1e92bab5fd6efa46c0
parent dd7f7909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -667,7 +667,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        // Forward this event to the accessibility utilities, if enabled.
        final AccessibilityUtils accessUtils = AccessibilityUtils.getInstance();
        if (accessUtils.isTouchExplorationEnabled()) {
            accessUtils.onStartInputViewInternal(inputView, editorInfo, restarting);
            accessUtils.onStartInputViewInternal(mainKeyboardView, editorInfo, restarting);
        }

        if (!restarting) {