fix after merging
This commit is contained in:
parent
bad72b2a62
commit
fa846bdd65
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun observeNoActiveTempBasal(): Completable {
|
private fun observeNoActiveTempBasal(enforceNew: Boolean): Completable {
|
||||||
return Completable.defer {
|
return Completable.defer {
|
||||||
when {
|
when {
|
||||||
podStateManager.deliveryStatus !in
|
podStateManager.deliveryStatus !in
|
||||||
|
|
Loading…
Reference in a new issue