fixed Clear Filter hotkey not accepting the current suggestion in ABC mode
This commit is contained in:
parent
61ef8f593d
commit
fa16517157
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ public abstract class HotkeyHandler extends CommandHandler {
|
|||
|
||||
|
||||
public boolean onKeyFilterClear(boolean validateOnly) {
|
||||
if (suggestionOps.isEmpty() || !mInputMode.supportsFiltering()) {
|
||||
if (suggestionOps.isEmpty()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue