do not check pod status before deactivation. It will be deactivated anyway

This commit is contained in:
Andrei Vereha 2021-06-06 18:47:49 +02:00
parent 18735540fd
commit 95c9bd94a1

View file

@ -615,7 +615,6 @@ class OmnipodDashManagerImpl @Inject constructor(
override fun deactivatePod(): Observable<PodEvent> {
return Observable.concat(
observePodRunning,
observeConnectToPod,
observeSendDeactivateCommand
)