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 Activity.onPostCreate() and onPostResume()
These are used by androidx to handle the Fragment lifecycle
This commit is contained in:
@@ -9,8 +9,10 @@ struct handle_cache {
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID onCreate;
|
||||
jmethodID onPostCreate;
|
||||
jmethodID onStart;
|
||||
jmethodID onResume;
|
||||
jmethodID onPostResume;
|
||||
jmethodID onWindowFocusChanged;
|
||||
jmethodID onDestroy;
|
||||
jmethodID onStop;
|
||||
|
||||
Reference in New Issue
Block a user