Skip to content

Commit 3d6f2ec

Browse files
#2218 add emoji to foodType (#2230)
Signed-off-by: Jörg Schömer <joerg@joerg-schoemer.de>
1 parent ca9776c commit 3d6f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WatchApp Extension/View Models/CarbAndBolusFlowViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ final class CarbAndBolusFlowViewModel: ObservableObject {
117117
date: lastEntryDate,
118118
quantity: HKQuantity(unit: .gram(), doubleValue: Double(grams)),
119119
startDate: carbEntryDate,
120-
foodType: nil,
120+
foodType: carbAbsorptionTime.emoji,
121121
absorptionTime: absorptionTime(for: carbAbsorptionTime)
122122
)
123123

0 commit comments

Comments
 (0)