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
remove spacial handling for Activity.recreateActivity()
This prevents the onStart() method being called twice for the toplevel Activity.
This commit is contained in:
@@ -17,14 +17,6 @@ extern "C" {
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeFinish
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: nativeRecreateActivity
|
||||
* Signature: (Landroid/app/Activity;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeRecreateActivity
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: nativeStartActivity
|
||||
|
||||
Reference in New Issue
Block a user