am 7aa7e366: Merge "[IL85] Maybe show punctuations when app completions are null"

* commit '7aa7e3661117ab60d85b4d4ce83167073c370bec':
  [IL85] Maybe show punctuations when app completions are null
main
Jean Chalard 2014-01-27 03:18:37 -08:00 committed by Android Git Automerger
commit ddfce8b7c4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }