Merge pull request #1014 from avereha/avereha/lastBolus
update last bolus when pod is deactivated
This commit is contained in:
commit
8165a93d63
|
@ -551,7 +551,9 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
||||||
}
|
}
|
||||||
podInfoBinding.lastBolus.text = text
|
podInfoBinding.lastBolus.text = text
|
||||||
podInfoBinding.lastBolus.setTextColor(textColor)
|
podInfoBinding.lastBolus.setTextColor(textColor)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
podInfoBinding.lastBolus.text = PLACEHOLDER
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun updateTempBasal() {
|
private fun updateTempBasal() {
|
||||||
|
|
Loading…
Reference in a new issue