Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
This commit is contained in:
commit
f0516ec0e4
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ class MedtronicHistoryData @Inject constructor(
|
||||||
|
|
||||||
previousItem = null
|
previousItem = null
|
||||||
}
|
}
|
||||||
if (tempBasalProcessDTO.itemOneTbr!!.isZeroTBR) {
|
if (tempBasalProcessDTO.itemOneTbr!!.isZeroTBR && tempBasalProcessDTO.itemTwo == null ) {
|
||||||
previousItem = tempBasalProcessDTO
|
previousItem = tempBasalProcessDTO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue