[IL66.1] Add a comment
Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
This commit is contained in:
parent
df8310c6e2
commit
4173610bc5
1 changed files with 1 additions and 1 deletions
|
@ -1703,7 +1703,7 @@ public final class InputLogic {
|
||||||
final LatinIME.UIHandler handler) {
|
final LatinIME.UIHandler handler) {
|
||||||
if (!mConnection.resetCachesUponCursorMoveAndReturnSuccess(
|
if (!mConnection.resetCachesUponCursorMoveAndReturnSuccess(
|
||||||
mConnection.getExpectedSelectionStart(), mConnection.getExpectedSelectionEnd(),
|
mConnection.getExpectedSelectionStart(), mConnection.getExpectedSelectionEnd(),
|
||||||
false)) {
|
false /* shouldFinishComposition */)) {
|
||||||
if (0 < remainingTries) {
|
if (0 < remainingTries) {
|
||||||
handler.postResetCaches(tryResumeSuggestions, remainingTries - 1);
|
handler.postResetCaches(tryResumeSuggestions, remainingTries - 1);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue