Skip to content

Commit

Permalink
Update PumpSettingsEditorProvider.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
simko06 authored Jan 9, 2025
1 parent 871c31a commit c6ca6ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ extension PumpSettingsEditor {
save(settings)
return Just(()).setFailureType(to: Error.self).eraseToAnyPublisher()
}
guard !pump.localizedTitle.contains(NSLocalizedString("Dana", comment: "")) else {
return Just(()).setFailureType(to: Error.self).eraseToAnyPublisher()
}
// Don't ask why 🤦‍♂️
// let sync = DeliveryLimitSettingsTableViewController(style: .grouped)
let limits = DeliveryLimits(
Expand Down

0 comments on commit c6ca6ba

Please sign in to comment.