Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4173610b authored by Jean Chalard's avatar Jean Chalard
Browse files

[IL66.1] Add a comment

Followup to IL66

Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
parent df8310c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;