[IL66.1] Add a comment
Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507main
parent
df8310c6e2
commit
4173610bc5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue