Android platform does not exit the loop (#335)

This commit is contained in:
qiuguohua 2023-02-14 14:45:57 +08:00 committed by GitHub
parent 9a8d34c93b
commit 44c8df5197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -127,8 +127,7 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
break; break;
case APP_CMD_DESTROY: case APP_CMD_DESTROY:
LOGV("APP_CMD_DESTROY"); // ts call to destroy
android_app->destroyRequested = 1;
break; break;
} }
} }