mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Clear suggestions strip if a suggestion engine isn't attached
Bug: 15709298 Change-Id: I1b3fff3152960d85060149727d7a3422fea8a0bd
This commit is contained in:
parent
d89a34b0a1
commit
f49e975740
@ -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 New Issue
Block a user