- started changes for rewind/stop

This commit is contained in:
Andy Rozman 2022-06-24 21:47:54 +01:00
parent 690b851511
commit 2b610e16e4

View file

@ -796,6 +796,9 @@ class MedtronicHistoryData @Inject constructor(
}
}
val suspendList = getFilteredItems(newHistory, //
setOf(PumpHistoryEntryType.SuspendPump))
// see if rewind items, need to fix any of current tempBasalProcessDTO items (bug 1724)
if (rewindList.isNotEmpty()) {
for (rewindEntry in rewindList) {