Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Loop/View Models/BolusEntryViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ final class BolusEntryViewModel: ObservableObject {
}
} else if potentialCarbEntry != nil { // Allow user to save carbs without bolusing
self.continueSaving(onSuccess: completion)
} else if manualGlucoseSample != nil { // Allow user to save the manual glucose sample without bolusing
self.continueSaving(onSuccess: completion)
} else {
completion()
}
Expand Down