Skip to content

Commit 2d1a29c

Browse files
Steve TreaseSteve Trease
authored andcommitted
Added emoji for swimming workout type
1 parent 1c156f9 commit 2d1a29c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iOS Steps/HealthKitManager.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ class HealthKitManager {
270270
return ("🏃")
271271
case HKWorkoutActivityType.walking:
272272
return ("🚶")
273+
case HKWorkoutActivityType.swimming:
274+
return ("🏊")
273275
default:
274276
return ("?")
275277
}

0 commit comments

Comments
 (0)