aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-01-16 17:45:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-01-16 17:45:59 +0000
commit9c9c43c0b71e5218b25f16399d2e1677484c62ec (patch)
tree726a9c3de058a656e1ca319a1191276c27187135 /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
parentf4bf620502198202b98882254d7a355e1f5a6e45 (diff)
parentac6dfaf80bb280cbc9afb2d6e697379b3fd1f373 (diff)
downloadlatinime-9c9c43c0b71e5218b25f16399d2e1677484c62ec.tar.gz
latinime-9c9c43c0b71e5218b25f16399d2e1677484c62ec.tar.xz
latinime-9c9c43c0b71e5218b25f16399d2e1677484c62ec.zip
Merge "[IL58] Simplification"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java')
-rw-r--r--java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
index beef7612b..73a144d94 100644
--- a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
+++ b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
@@ -1061,8 +1061,6 @@ public final class InputLogic {
// recorrection. This is a temporary, stopgap measure that will be removed later.
// TODO: remove this.
if (settingsValues.isBrokenByRecorrection()) return;
- // A simple way to test for support from the TextView.
- if (!mLatinIME.isSuggestionsStripVisible()) return;
// Recorrection is not supported in languages without spaces because we don't know
// how to segment them yet.
if (!settingsValues.mSpacingAndPunctuations.mCurrentLanguageHasSpaces) return;