You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement EditText.setOnEditorActionListener()
This makes the NewPipe search work again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user