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

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

Merge "Replace a useless computation with a constant"

parents 4ab5486b 4e112d07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -980,7 +980,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
                    .setHasMinimalSuggestion(false);
            // When in fullscreen mode, show completions generated by the application
            final SuggestedWords words = builder.build();
            final boolean isAutoCorrection = Utils.willAutoCorrect(words);
            final boolean isAutoCorrection = false;
            setSuggestions(words, isAutoCorrection);
            setAutoCorrectionIndicator(isAutoCorrection);
            // TODO: is this the right thing to do? What should we auto-correct to in