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

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

Merge "Don't resume suggestions if suggestions are not requested."

parents 5d9be803 9068fd4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1142,6 +1142,8 @@ public final class InputLogic {
        // Recorrection is not supported in languages without spaces because we don't know
        // how to segment them yet.
        if (!settingsValues.mSpacingAndPunctuations.mCurrentLanguageHasSpaces) return;
        // If no suggestions are requested, don't try restarting suggestions.
        if (!settingsValues.isSuggestionsRequested()) return;
        // If the cursor is not touching a word, or if there is a selection, return right away.
        if (mConnection.hasSelection()) return;
        // If we don't know the cursor location, return.