Przeglądaj źródła

fix bolus calc not updating after carb entry or insulin entry

polscm32 aka Marvout 1 rok temu
rodzic
commit
20265113e9

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

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