From 4173610bc561db1ef8c630cedc9ec7396227765c Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 23 Jan 2014 16:00:49 +0900 Subject: [PATCH] [IL66.1] Add a comment Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507 --- .../com/android/inputmethod/latin/inputlogic/InputLogic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;