File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,8 @@ class LoopAppManager: NSObject {
370
370
}
371
371
372
372
private func resetLoop( ) {
373
+ deviceDataManager. pumpManager? . prepareForDeactivation ( { _ in } )
374
+
373
375
resetLoopUserDefaults ( )
374
376
resetLoopDocuments ( )
375
377
}
Original file line number Diff line number Diff line change @@ -435,7 +435,6 @@ extension OnboardingManager: TherapySettingsProvider {
435
435
436
436
extension OnboardingManager : OnboardingProvider {
437
437
var allowDebugFeatures : Bool { FeatureFlags . allowDebugFeatures } // NOTE: DEBUG FEATURES - DEBUG AND TEST ONLY
438
- var studyProduct : StudyProduct { StudyProduct ( rawValue: UserDefaults . appGroup? . studyProductSelection ?? " none " ) ?? . none }
439
438
}
440
439
441
440
// MARK: - OnboardingUI
You can’t perform that action at this time.
0 commit comments