aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-10-16 09:41:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-16 09:41:44 +0000
commit5731b86b885a8cf7e3b7f9d612d4c82695bb9f73 (patch)
tree91ce7acde24a80a128c29325efa47cdab7179b3c /java/src/com/android/inputmethod/latin/LatinIME.java
parent098639d99f12a2910b4f942551fcdf7278d7616c (diff)
parent497976e09b4aa3ffcef22d7ab34df1eacf933994 (diff)
downloadlatinime-5731b86b885a8cf7e3b7f9d612d4c82695bb9f73.tar.gz
latinime-5731b86b885a8cf7e3b7f9d612d4c82695bb9f73.tar.xz
latinime-5731b86b885a8cf7e3b7f9d612d4c82695bb9f73.zip
Merge "Remove unneeded code."
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index e8ebf8860..e744d8d76 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1081,16 +1081,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
+ ", ce=" + composingSpanEnd);
}
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
- final boolean expectingUpdateSelectionFromLogger =
- ResearchLogger.getAndClearLatinIMEExpectingUpdateSelection();
ResearchLogger.latinIME_onUpdateSelection(mLastSelectionStart, mLastSelectionEnd,
oldSelStart, oldSelEnd, newSelStart, newSelEnd, composingSpanStart,
- composingSpanEnd, mExpectingUpdateSelection,
- expectingUpdateSelectionFromLogger, mConnection);
- if (expectingUpdateSelectionFromLogger) {
- // TODO: Investigate. Quitting now sounds wrong - we won't do the resetting work
- return;
- }
+ composingSpanEnd, mExpectingUpdateSelection, mConnection);
}
final boolean selectionChanged = mLastSelectionStart != newSelStart