mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
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
@ -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…
x
Reference in New Issue
Block a user