[IL66.1] Add a comment

Followup to IL66

Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
main
Jean Chalard 2014-01-23 16:00:49 +09:00
parent df8310c6e2
commit 4173610bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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;