aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authoralanv <alanv@google.com>2012-08-14 15:51:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-14 15:51:50 -0700
commit7508d32a5fac32311b2d4c7cd11adecc1eeaca51 (patch)
treef0b6a51ce32d39a3a8bb62cd7d1eb44ebd36d228 /java/src
parentbbd79bc4f001985405b6c25f3d99970e26451dc2 (diff)
parent641373b7356cb874b8bd413d49f2840abe026260 (diff)
downloadlatinime-7508d32a5fac32311b2d4c7cd11adecc1eeaca51.tar.gz
latinime-7508d32a5fac32311b2d4c7cd11adecc1eeaca51.tar.xz
latinime-7508d32a5fac32311b2d4c7cd11adecc1eeaca51.zip
am 641373b7: am 05384933: Fix the build.
* commit '641373b7356cb874b8bd413d49f2840abe026260': Fix the build.
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 288b86fde..6abe9435f 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -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) {