Commit d16f2b12ebee487fe654dbd5063131c1bd1aad15

Authored by 权海
1 parent dee05552

feat(ui):移除测试工程请求applehealth时等待上传

... ... @@ -62,7 +62,6 @@ final class HealthKitHostApiImpl: HealthKitHostApi {
DebugLogger.debugLog("requestHealthClientAuthorization granted: \(granted)")
if granted {
service.restartBackgroundObserversAfterAuthorization()
_ = await AnchoredHealthDataUploader.shared.uploadAll()
}
completion(.success(granted))
}
... ...