am f49e9757
: Clear suggestions strip if a suggestion engine isn\'t attached
* commit 'f49e9757404a84620f56e4210159c55193587187': Clear suggestions strip if a suggestion engine isn't attached
This commit is contained in:
commit
6beeeedbde
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue