- started changes for rewind/stop
This commit is contained in:
parent
690b851511
commit
2b610e16e4
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
// see if rewind items, need to fix any of current tempBasalProcessDTO items (bug 1724)
|
||||||
if (rewindList.isNotEmpty()) {
|
if (rewindList.isNotEmpty()) {
|
||||||
for (rewindEntry in rewindList) {
|
for (rewindEntry in rewindList) {
|
||||||
|
|
Loading…
Reference in a new issue