We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ee74b commit 4b1951eCopy full SHA for 4b1951e
Loop/Managers/DeviceDataManager.swift
@@ -226,7 +226,7 @@ final class DeviceDataManager {
226
227
self.carbStore = CarbStore(
228
healthStore: healthStore,
229
- observeHealthKitSamplesFromOtherApps: FeatureFlags.observeHealthKitSamplesFromOtherApps,
+ observeHealthKitSamplesFromOtherApps: false, // At some point we should let the user decide which apps they would like to import from.
230
cacheStore: cacheStore,
231
cacheLength: localCacheDuration,
232
defaultAbsorptionTimes: absorptionTimes,
0 commit comments