Skip to content
Snippets Groups Projects
Commit f49e9757 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Clear suggestions strip if a suggestion engine isn't attached

Bug: 15709298
Change-Id: I1b3fff3152960d85060149727d7a3422fea8a0bd
parent d89a34b0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment