Skip to content

Commit 6fa9c60

Browse files
author
Pete Schwambnexport
committed
Merge tidepool/main
2 parents 87946c7 + 8a5c866 commit 6fa9c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

G7SensorKitUI/G7CGMManager/G7UICoordinator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class G7UICoordinator: UINavigationController, CGMManagerOnboarding, CompletionN
5454
}
5555
}
5656
)
57-
let hostingController = DismissibleHostingController(rootView: rootView, colorPalette: colorPalette)
57+
let hostingController = DismissibleHostingController(content: rootView, colorPalette: colorPalette)
5858
hostingController.navigationItem.largeTitleDisplayMode = .never
5959
hostingController.title = nil
6060
return hostingController
@@ -77,7 +77,7 @@ class G7UICoordinator: UINavigationController, CGMManagerOnboarding, CompletionN
7777
},
7878
viewModel: G7SettingsViewModel(cgmManager: cgmManager!, displayGlucosePreference: displayGlucosePreference)
7979
)
80-
let hostingController = DismissibleHostingController(rootView: view, colorPalette: colorPalette)
80+
let hostingController = DismissibleHostingController(content: view, colorPalette: colorPalette)
8181
return hostingController
8282
}
8383
}

0 commit comments

Comments
 (0)