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

Commit 0a2494fa authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Remove a useless return"

parents b2632553 14cb8448
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1433,9 +1433,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            } else {
                ic.deleteSurroundingText(1, 0);
            }
            // If we had uncommitted chars then we know it's not time to revert any auto-correct
            // and that spaceState is NONE.
            return;
        } else {
            if (null != mWordSavedForAutoCorrectCancellation) {
                Utils.Stats.onAutoCorrectionCancellation();