am 05384933: Fix the build.

* commit '05384933097c1e9c35e8be5c03757d072e5ffa46':
  Fix the build.
main
alanv 2012-08-14 15:49:28 -07:00 committed by Android Git Automerger
commit 641373b735
1 changed files with 1 additions and 1 deletions

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