Merge branch 'omnipod_eros_dev' into omnipod_eros_dev_remove_omnipod_pump_status
This commit is contained in:
commit
53c27b8078
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class OmnipodFragment : DaggerFragment() {
|
|||
omnipod_basabasalrate.text = resourceHelper.gs(R.string.pump_basebasalrate, omnipodPumpPlugin.pumpType.determineCorrectBasalSize(omnipodPumpPlugin.baseBasalRate))
|
||||
|
||||
omnipod_tempbasal.text = activePlugin.activeTreatments
|
||||
.getTempBasalFromHistory(System.currentTimeMillis())?.toStringFull() ?: ""
|
||||
.getTempBasalFromHistory(System.currentTimeMillis())?.toStringFull() ?: "-"
|
||||
|
||||
// reservoir
|
||||
if (podStateManager.reservoirLevel == null) {
|
||||
|
|
Loading…
Reference in a new issue