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

@@ -223,6 +223,14 @@ JNIEXPORT jstring JNICALL Java_android_widget_EditText_native_1getText
JNIEXPORT void JNICALL Java_android_widget_EditText_native_1addTextChangedListener
(JNIEnv *, jobject, jlong, jobject);
/*
* Class: android_widget_EditText
* Method: native_setOnEditorActionListener
* Signature: (JLandroid/widget/TextView/OnEditorActionListener;)V
*/
JNIEXPORT void JNICALL Java_android_widget_EditText_native_1setOnEditorActionListener
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif