Преглед изворни кода

Don't run the algo twice in a row

Reduce the delay
Jon B Mårtensson пре 2 година
родитељ
комит
5bda95021f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 0 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -513,7 +513,6 @@ extension Home {
                     Spacer()
                     Spacer()
                     Button {
                     Button {
                         state.showModal(for: .bolus(waitForSuggestion: true))
                         state.showModal(for: .bolus(waitForSuggestion: true))
-                        state.apsManager.determineBasalSync()
                     }
                     }
                     label: {
                     label: {
                         Image("bolus")
                         Image("bolus")