Merge pull request #1014 from avereha/avereha/lastBolus

update last bolus when pod is deactivated
This commit is contained in:
Milos Kozak 2021-12-01 12:29:34 +01:00 committed by GitHub
commit 8165a93d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {