update last bolus when pod is deactivated

This commit is contained in:
Andrei Vereha 2021-11-30 23:11:23 +01:00
parent 3758897bea
commit ea48ee7db1

View file

@ -551,7 +551,9 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
}
podInfoBinding.lastBolus.text = text
podInfoBinding.lastBolus.setTextColor(textColor)
return
}
podInfoBinding.lastBolus.text = PLACEHOLDER
}
private fun updateTempBasal() {