Просмотр исходного кода

remove unnecessary call of carb delete func

polscm32 2 лет назад
Родитель
Сommit
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) {
                     ToolbarItem(placement: .topBarLeading) {
                         Button {
                         Button {
                             state.hideModal()
                             state.hideModal()
-                            state.backToCarbsView(complexEntry: true, meal, override: false)
                         } label: {
                         } label: {
                             Text("Close")
                             Text("Close")
                         }
                         }