aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-01-23 16:00:49 +0900
committerJean Chalard <jchalard@google.com>2014-01-23 16:00:49 +0900
commit4173610bc561db1ef8c630cedc9ec7396227765c (patch)
tree22b83065639bc2d42aa56ceb87e6c13cf101e8b3 /java/src/com/android
parentdf8310c6e21b5bcf825d97ed5eb3816bb7ce1b28 (diff)
downloadlatinime-4173610bc561db1ef8c630cedc9ec7396227765c.tar.gz
latinime-4173610bc561db1ef8c630cedc9ec7396227765c.tar.xz
latinime-4173610bc561db1ef8c630cedc9ec7396227765c.zip
[IL66.1] Add a comment
Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
Diffstat (limited to 'java/src/com/android')
-rw-r--r--java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java2
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 d0d3592a5..f2687e58e 100644
--- a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
+++ b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
@@ -1703,7 +1703,7 @@ public final class InputLogic {
final LatinIME.UIHandler handler) {
if (!mConnection.resetCachesUponCursorMoveAndReturnSuccess(
mConnection.getExpectedSelectionStart(), mConnection.getExpectedSelectionEnd(),
- false)) {
+ false /* shouldFinishComposition */)) {
if (0 < remainingTries) {
handler.postResetCaches(tryResumeSuggestions, remainingTries - 1);
return false;