call onStart when starting an activity; uncomment handler for onWindowFocusChanged in NativeActivity

This commit is contained in:
Mis012
2022-11-08 21:12:41 +01:00
parent 107b436528
commit 7ad1ce86f2
4 changed files with 21 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ struct handle_cache {
jclass class;
jobject object;
jmethodID onCreate;
jmethodID onStart;
jmethodID onResume;
jmethodID onWindowFocusChanged;
jmethodID onDestroy;