Kaynağa Gözat

fix bolus calc not updating after carb entry or insulin entry

polscm32 aka Marvout 1 yıl önce
ebeveyn
işleme
20265113e9

+ 1 - 1
FreeAPS/Sources/Modules/Bolus/BolusStateModel.swift

@@ -612,7 +612,7 @@ extension Bolus.StateModel {
     private func setupDeterminationsArray() {
         Task {
             let ids = await determinationStorage.fetchLastDeterminationObjectID(
-                predicate: NSPredicate.enactedDetermination
+                predicate: NSPredicate.predicateFor30MinAgoForDetermination
             )
             await updateDeterminationsArray(with: ids)
         }