Преглед на файлове

remove unnecessary call of carb delete func

polscm32 преди 2 години
родител
ревизия
2c3b284967
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

+ 0 - 1
FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

@@ -504,7 +504,6 @@ extension Bolus {
                     ToolbarItem(placement: .topBarLeading) {
                         Button {
                             state.hideModal()
-                            state.backToCarbsView(complexEntry: true, meal, override: false)
                         } label: {
                             Text("Close")
                         }