Merge "[IL85] Maybe show punctuations when app completions are null"
This commit is contained in:
commit
7aa7e36611
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
}
|
}
|
||||||
if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) return;
|
if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) return;
|
||||||
if (applicationSpecifiedCompletions == null) {
|
if (applicationSpecifiedCompletions == null) {
|
||||||
clearSuggestionStrip();
|
setNeutralSuggestionStrip();
|
||||||
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
|
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
|
||||||
ResearchLogger.latinIME_onDisplayCompletions(null);
|
ResearchLogger.latinIME_onDisplayCompletions(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue