Skip to content

Commit 4b1951e

Browse files
committed
Disable reading carbs from other apps
1 parent e3ee74b commit 4b1951e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Managers/DeviceDataManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ final class DeviceDataManager {
226226

227227
self.carbStore = CarbStore(
228228
healthStore: healthStore,
229-
observeHealthKitSamplesFromOtherApps: FeatureFlags.observeHealthKitSamplesFromOtherApps,
229+
observeHealthKitSamplesFromOtherApps: false, // At some point we should let the user decide which apps they would like to import from.
230230
cacheStore: cacheStore,
231231
cacheLength: localCacheDuration,
232232
defaultAbsorptionTimes: absorptionTimes,

0 commit comments

Comments
 (0)