implement dispatchKeyEvent callback

This commit is contained in:
Julian Winkler
2024-11-30 17:46:43 +01:00
committed by Mis012
parent fe7790c4ff
commit 036b5510d3
6 changed files with 77 additions and 1 deletions

View File

@@ -20,4 +20,8 @@ public class InputMethodManager {
return Collections.emptyList();
}
public void restartInput(View view) {}
public void updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) {}
}