am 641373b7: am 05384933: Fix the build.

* commit '641373b7356cb874b8bd413d49f2840abe026260':
  Fix the build.
This commit is contained in:
alanv 2012-08-14 15:51:50 -07:00 committed by Android Git Automerger
commit 7508d32a5f

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