diff options
author | 2011-04-19 23:26:53 +0900 | |
---|---|---|
committer | 2011-04-19 23:26:53 +0900 | |
commit | 95f2fb6b9232dc7f20259bea6f2f1d16e5b6762a (patch) | |
tree | 7735d01f56ff973314591320a641e73629265444 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | bee72ecf21d6de19fa785021ad52653f00836415 (diff) | |
parent | 9fcd9384e8242a0e66415d3c701f51d62a38461a (diff) | |
download | latinime-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.java | 2 |
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 |