Commit d16f2b12ebee487fe654dbd5063131c1bd1aad15

Authored by 权海
1 parent dee05552

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

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