Skip to content

Commit f177f3c

Browse files
authored
Merge pull request #38 from tidepool-org/cameron/LOOP-4483-study-product-selection
[LOOP-4483] Study Product Selection
2 parents c5a27b8 + 02d7c23 commit f177f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShareClientUI/ShareClientManager+UI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension ShareClientManager: CGMManagerUI {
1616
return nil
1717
}
1818

19-
public static func setupViewController(bluetoothProvider: BluetoothProvider, displayGlucoseUnitObservable: DisplayGlucoseUnitObservable, colorPalette: LoopUIColorPalette, allowDebugFeatures: Bool) -> SetupUIResult<CGMManagerViewController, CGMManagerUI> {
19+
public static func setupViewController(bluetoothProvider: BluetoothProvider, displayGlucoseUnitObservable: DisplayGlucoseUnitObservable, colorPalette: LoopUIColorPalette, allowDebugFeatures: Bool, prefersToSkipUserInteraction: Bool = false) -> SetupUIResult<CGMManagerViewController, CGMManagerUI> {
2020
return .userInteractionRequired(ShareClientSetupViewController())
2121
}
2222

0 commit comments

Comments
 (0)