am f49e9757: Clear suggestions strip if a suggestion engine isn\'t attached

* commit 'f49e9757404a84620f56e4210159c55193587187':
  Clear suggestions strip if a suggestion engine isn't attached
main
Tadashi G. Takaoka 2014-06-19 01:49:37 +00:00 committed by Android Git Automerger
commit 6beeeedbde
1 changed files with 2 additions and 0 deletions

View File

@ -1187,6 +1187,8 @@ public final class InputLogic {
Log.w(TAG, "Called updateSuggestionsOrPredictions but suggestions were not "
+ "requested!");
}
// Clear the suggestions strip.
mSuggestionStripViewAccessor.showSuggestionStrip(SuggestedWords.EMPTY);
return;
}