Skip to content

Commit 02d7c23

Browse files
committed
[LOOP-4483] Study Product Selection
1 parent c5a27b8 commit 02d7c23

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)