mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[IL66.1] Add a comment
Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
This commit is contained in:
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
Block a user