Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment