Clear suggestions strip if a suggestion engine isn't attached

Bug: 15709298
Change-Id: I1b3fff3152960d85060149727d7a3422fea8a0bd
main
Tadashi G. Takaoka 2014-06-18 16:35:51 -07:00
parent d89a34b0a1
commit f49e975740
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;
}