am 05384933: Fix the build.

* commit '05384933097c1e9c35e8be5c03757d072e5ffa46':
  Fix the build.
This commit is contained in:
alanv 2012-08-14 15:49:28 -07:00 committed by Android Git Automerger
commit 641373b735

View file

@ -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) {