- started changes for rewind/stop
This commit is contained in:
parent
690b851511
commit
2b610e16e4
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue