* commit '641373b7356cb874b8bd413d49f2840abe026260': Fix the build.
This commit is contained in:
commit
7508d32a5f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue