update message
This commit is contained in:
parent
e0b33c74a1
commit
d4f7caf119
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
for (tryNumber in 1..maxTries) {
|
for (tryNumber in 1..maxTries) {
|
||||||
updateBolusProgressDialog("Checking delivery status. Try: $tryNumber/$maxTries", 100.toInt())
|
updateBolusProgressDialog("Checking delivery status", 100)
|
||||||
|
|
||||||
val cmd = if (bolusCanceled)
|
val cmd = if (bolusCanceled)
|
||||||
cancelBolus()
|
cancelBolus()
|
||||||
|
|
Loading…
Reference in a new issue