Clear suggestions strip if a suggestion engine isn't attached
Bug: 15709298 Change-Id: I1b3fff3152960d85060149727d7a3422fea8a0bd
This commit is contained in:
parent
d89a34b0a1
commit
f49e975740
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 "
|
Log.w(TAG, "Called updateSuggestionsOrPredictions but suggestions were not "
|
||||||
+ "requested!");
|
+ "requested!");
|
||||||
}
|
}
|
||||||
|
// Clear the suggestions strip.
|
||||||
|
mSuggestionStripViewAccessor.showSuggestionStrip(SuggestedWords.EMPTY);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue