1
0
Fork 0

fixed Clear Filter hotkey not accepting the current suggestion in ABC mode

This commit is contained in:
sspanak 2025-04-24 15:34:38 +03:00 committed by Dimo Karaivanov
parent 61ef8f593d
commit fa16517157

View file

@ -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;
}