update last bolus when pod is deactivated
This commit is contained in:
parent
3758897bea
commit
ea48ee7db1
|
@ -551,7 +551,9 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
|||
}
|
||||
podInfoBinding.lastBolus.text = text
|
||||
podInfoBinding.lastBolus.setTextColor(textColor)
|
||||
return
|
||||
}
|
||||
podInfoBinding.lastBolus.text = PLACEHOLDER
|
||||
}
|
||||
|
||||
private fun updateTempBasal() {
|
||||
|
|
Loading…
Reference in a new issue