do not check pod status before deactivation. It will be deactivated anyway
This commit is contained in:
parent
18735540fd
commit
95c9bd94a1
1 changed files with 0 additions and 1 deletions
|
@ -615,7 +615,6 @@ class OmnipodDashManagerImpl @Inject constructor(
|
|||
|
||||
override fun deactivatePod(): Observable<PodEvent> {
|
||||
return Observable.concat(
|
||||
observePodRunning,
|
||||
observeConnectToPod,
|
||||
observeSendDeactivateCommand
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue