android: Various fixes for CI.

This commit is contained in:
bunnei 2023-05-30 20:50:09 -07:00
parent 17b5ed9baf
commit ee8caac82f
31 changed files with 512 additions and 63 deletions

View file

@ -107,7 +107,7 @@ void JNI_OnUnload(JavaVM* vm, void* reserved) {
env->DeleteGlobalRef(s_disk_cache_progress_class);
env->DeleteGlobalRef(s_load_callback_stage_class);
// UnInitialze applets
// UnInitialize applets
SoftwareKeyboard::CleanupJNI(env);
}