temp basal duration
This commit is contained in:
parent
462cae13b5
commit
544ee9df6b
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
|||
val rate = tempBasal.rate
|
||||
val duration = tempBasal.durationInMinutes
|
||||
|
||||
val minutesRunning = 0 // TODO
|
||||
val minutesRunning = Duration.ofMillis(System.currentTimeMillis() - startTime).toMinutes()
|
||||
|
||||
podInfoBinding.tempBasal.text = resourceHelper.gs(
|
||||
R.string.omnipod_common_overview_temp_basal_value,
|
||||
|
|
Loading…
Reference in a new issue