This commit is contained in:
Milos Kozak 2023-08-21 16:18:13 +02:00
commit f0516ec0e4

View file

@ -796,7 +796,7 @@ class MedtronicHistoryData @Inject constructor(
previousItem = null
}
if (tempBasalProcessDTO.itemOneTbr!!.isZeroTBR) {
if (tempBasalProcessDTO.itemOneTbr!!.isZeroTBR && tempBasalProcessDTO.itemTwo == null ) {
previousItem = tempBasalProcessDTO
}
}