diff options
author | 2013-12-19 23:13:43 -0800 | |
---|---|---|
committer | 2013-12-19 23:13:43 -0800 | |
commit | bab3f5b42461e29ecd0b0bea8f7274c06598388d (patch) | |
tree | c1b89e415974749384ad67c2e9b6f87abf1408b9 /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | |
parent | ec471baa39c83d1905d3dcebe8f89a43cd982d9d (diff) | |
parent | 95d869fed4057f01262606d9cdfb4fd41ba0ce47 (diff) | |
download | latinime-bab3f5b42461e29ecd0b0bea8f7274c06598388d.tar.gz latinime-bab3f5b42461e29ecd0b0bea8f7274c06598388d.tar.xz latinime-bab3f5b42461e29ecd0b0bea8f7274c06598388d.zip |
am 95d869fe: Merge "[IL19] Resolve a TODO."
* commit '95d869fed4057f01262606d9cdfb4fd41ba0ce47':
[IL19] Resolve a TODO.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java index f5dda990a..db27d22b7 100644 --- a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java +++ b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java @@ -933,7 +933,7 @@ public final class InputLogic { final int separatorLength = mLastComposedWord.mSeparatorString.length(); // TODO: should we check our saved separator against the actual contents of the text view? final int deleteLength = cancelLength + separatorLength; - if (LatinIME.DEBUG) { + if (LatinImeLogger.sDBG) { if (mWordComposer.isComposingWord()) { throw new RuntimeException("revertCommit, but we are composing a word"); } |