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
AlertDialog: handle buttons
This commit is contained in:
@@ -18,10 +18,10 @@ JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetMessage
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
* Method: nativeSetButton
|
||||
* Signature: (JILjava/lang/String;)V
|
||||
* Signature: (JILjava/lang/String;Landroid/content/DialogInterface/OnClickListener;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_AlertDialog_nativeSetButton
|
||||
(JNIEnv *, jobject, jlong, jint, jstring);
|
||||
(JNIEnv *, jobject, jlong, jint, jstring, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_AlertDialog
|
||||
|
||||
Reference in New Issue
Block a user