implement EditText.setOnEditorActionListener()

This makes the NewPipe search work again
This commit is contained in:
Julian Winkler
2023-11-08 18:00:31 +01:00
parent 1aa1ee64c1
commit bcfb384ba4
6 changed files with 51 additions and 0 deletions

View File

@@ -91,6 +91,10 @@ struct handle_cache {
jmethodID loop;
jmethodID prepareMainLooper;
} looper;
struct {
jclass class;
jmethodID constructor;
} key_event;
};
extern struct handle_cache handle_cache;