aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-04-19 23:26:53 +0900
committersatok <satok@google.com>2011-04-19 23:26:53 +0900
commit95f2fb6b9232dc7f20259bea6f2f1d16e5b6762a (patch)
tree7735d01f56ff973314591320a641e73629265444 /java/src/com/android/inputmethod/latin/LatinIME.java
parentbee72ecf21d6de19fa785021ad52653f00836415 (diff)
parent9fcd9384e8242a0e66415d3c701f51d62a38461a (diff)
downloadlatinime-95f2fb6b9232dc7f20259bea6f2f1d16e5b6762a.tar.gz
latinime-95f2fb6b9232dc7f20259bea6f2f1d16e5b6762a.tar.xz
latinime-95f2fb6b9232dc7f20259bea6f2f1d16e5b6762a.zip
Merge remote-tracking branch 'goog/master' into merge
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-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 88b3ded8e..13ef4ffe8 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -592,7 +592,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
final boolean accessibilityEnabled = mAccessibilityUtils.isAccessibilityEnabled();
- inputView.setPreviewEnabled(mPopupOn);
+ inputView.setKeyPreviewEnabled(mPopupOn);
inputView.setProximityCorrectionEnabled(true);
inputView.setAccessibilityEnabled(accessibilityEnabled);
// If we just entered a text field, maybe it has some old text that requires correction