Skip to content

Commit f79d62e

Browse files
authored
Merge pull request LoopKit#17 from tidepool-org/ps2/LOOP-5581/tap-entire-row
LOOP-5581 Updates for LoopKit changes
2 parents 5acdcc0 + a27161f commit f79d62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LoopSupportKitUI/Views/UsageDataPrivacyPreferenceView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct UsageDataPrivacyPreferenceView: View {
2323
self.didFinish = didFinish
2424
}
2525

26-
private func choice(title: String, description: String, sharingPreference: UsageDataPrivacyPreference) -> CheckmarkListItem {
26+
private func choice(title: String, description: String, sharingPreference: UsageDataPrivacyPreference) -> CheckmarkListItem<EmptyView> {
2727
CheckmarkListItem(
2828
title: Text(title),
2929
description: Text(description),

0 commit comments

Comments
 (0)