Przeglądaj źródła

Don't run the algo twice in a row

Reduce the delay
Jon B Mårtensson 2 lat temu
rodzic
commit
5bda95021f

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

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