Skip to content

Commit 5e836cd

Browse files
committed
Add description text for missing HealthKit workout samples
1 parent 22d26d1 commit 5e836cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/FHIRmHealth/HealthKitConnector.swift

+2
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ extension HKWorkout {
507507
return "Transition"
508508
case .other:
509509
return "Other"
510+
case .underwaterDiving:
511+
return "Underwater Diving"
510512
@unknown default:
511513
return "Unknown"
512514
}

0 commit comments

Comments
 (0)