Compare commits

..
1 Commits
Author SHA1 Message Date
MoHaiandGitHub 06933d0a6a [v3.7.1] update ar .a libs (#333)
* update ar android .a lib

* update ar ios .a lib
2023-02-05 11:32:05 +08:00
4 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,7 +127,8 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
break;
case APP_CMD_DESTROY:
// ts call to destroy
LOGV("APP_CMD_DESTROY");
android_app->destroyRequested = 1;
break;
}
}