Compare commits

...
4 Commits
@@ -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;
} }
} }