am 4173610b: [IL66.1] Add a comment

* commit '4173610bc561db1ef8c630cedc9ec7396227765c':
  [IL66.1] Add a comment
main
Jean Chalard 2014-01-22 23:14:53 -08:00 committed by Android Git Automerger
commit f266625220
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;