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