|
|
@@ -693,9 +693,9 @@ extension Treatments {
|
|
|
}
|
|
|
|
|
|
private var bolusInProgressForEntry: Bool {
|
|
|
+ // .initiating covers pumps that take a few seconds before reporting progress
|
|
|
(state.bolusProgress != nil || state.bolusStatus == .initiating) &&
|
|
|
- state.amount > 0 && !state.externalInsulin &&
|
|
|
- (state.carbs == 0 || state.fat == 0 || state.protein == 0)
|
|
|
+ state.amount > 0 && !state.externalInsulin
|
|
|
}
|
|
|
|
|
|
private var disableTaskButton: Bool {
|