fix warning
This commit is contained in:
parent
883c2322d2
commit
f48956fd0d
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
DateFormat.format("HH:mm", Date(this.startTime))
|
||||
) + "\n"
|
||||
}
|
||||
val (temporaryBasal, extendedBolus, _, profile) = pumpSync.expectedPumpState()
|
||||
val temporaryBasal = pumpSync.expectedPumpState().temporaryBasal
|
||||
temporaryBasal?.run {
|
||||
ret += resourceHelper.gs(
|
||||
R.string.omnipod_common_short_status_temp_basal,
|
||||
|
|
Loading…
Reference in a new issue