am 7aa7e366: Merge "[IL85] Maybe show punctuations when app completions are null"
* commit '7aa7e3661117ab60d85b4d4ce83167073c370bec': [IL85] Maybe show punctuations when app completions are nullmain
commit
ddfce8b7c4
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue