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
api-impl-jni/app/android_app_Activity.c: call OnWindowFocusChanged in activity_update_current
also rename apk_main_activity to activity since that's the class it's now for
This commit is contained in:
@@ -15,7 +15,7 @@ struct handle_cache {
|
||||
jmethodID onDestroy;
|
||||
jmethodID onStop;
|
||||
jmethodID onPause;
|
||||
} apk_main_activity;
|
||||
} activity;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID getAttributeValue_string;
|
||||
|
||||
Reference in New Issue
Block a user