Skip to content

Commit f09ee4e

Browse files
authored
Merge pull request #8 from tidepool-org/cameron/COASTAL-1246-reset-loop-cleanup
2 parents f2f2668 + 08b8c2d commit f09ee4e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

LoopSupportKitUI/LoopSupportUI.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@ public final class LoopSupportUI: SupportUI {
2626
public init?(rawState: RawStateValue) {
2727
self.rawState = rawState
2828
}
29-
30-
public var loopNeedsReset: Bool = false
3129

3230
public var rawState: RawStateValue
3331

34-
public var studyProductSelection: String? = nil
35-
3632
public init() {
3733
rawState = [:]
3834
}
3935

4036
public func getScenarios(from scenarioURLs: [URL]) -> [LoopScenario] { [] }
4137

42-
public func resetLoop() {}
38+
public func loopWillReset() {}
39+
40+
public func loopDidReset() {}
4341

4442
public func configurationMenuItems() -> [AnyView] {
4543
return [AnyView(UsageDataPrivacyPreferenceMenuItem())]

0 commit comments

Comments
 (0)