Compare commits

..

1 commit

Author SHA1 Message Date
2cce9920f1
feat: cancellable download 2025-03-10 21:37:50 +08:00

View file

@ -104,6 +104,7 @@ Java_net_typeblog_lpac_1jni_LpacJni_downloadProfile(
goto out;
}
if (IS_CANCELLED) { // callback.isCancelled()
ret = -ES10B_ERROR_REASON_UNDEFINED;
goto out;