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

Commit 07eddf3c authored by Jean Chalard's avatar Jean Chalard
Browse files

[IL85] Maybe show punctuations when app completions are null

When the app goes to the trouble of supplying completions,
but supplies null, then we should show punctuations if
settings allow.

Bug: 8636060
Change-Id: I33c32566039c80df61fcca3fab346fd336d96a12
parent b2c0388a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -990,7 +990,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        }
        if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) return;
        if (applicationSpecifiedCompletions == null) {
            clearSuggestionStrip();
            setNeutralSuggestionStrip();
            if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
                ResearchLogger.latinIME_onDisplayCompletions(null);
            }