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

Don't run the algo twice in a row

Reduce the delay
Jon B Mårtensson 2 лет назад
Родитель
Сommit
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()
                     Button {
                         state.showModal(for: .bolus(waitForSuggestion: true))
-                        state.apsManager.determineBasalSync()
                     }
                     label: {
                         Image("bolus")