Compare commits

..

1 commit

Author SHA1 Message Date
61e9348366
feat: cancellable download 2025-03-10 21:38:31 +08:00

View file

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