am 4173610b: [IL66.1] Add a comment
* commit '4173610bc561db1ef8c630cedc9ec7396227765c': [IL66.1] Add a commentmain
commit
f266625220
|
@ -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 New Issue