Skip to content

Commit

Permalink
Merge pull request #338 from loopandlearn/scheduled-meal-bolus
Browse files Browse the repository at this point in the history
Clarification about scheduled meal and bolus
  • Loading branch information
marionbarker authored Dec 8, 2024
2 parents 8c0705e + 82ea2a5 commit d16a6b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LoopFollow/Remote/TRC/MealView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ struct MealView: View {
displayedComponents: .hourAndMinute
)
.datePickerStyle(CompactDatePickerStyle())

if bolusAmount.doubleValue(for: .internationalUnit()) > 0 {
Text("Note: The meal will be scheduled, but the bolus is enacted immediately.")
}
}
}

Expand Down

0 comments on commit d16a6b6

Please sign in to comment.