stop testing failed commands
This commit is contained in:
parent
17c61db256
commit
76a0e93ee2
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
|
||||||
CommandConfirmationSuccess -> {
|
CommandConfirmationSuccess -> {
|
||||||
podState.activeCommand = null
|
podState.activeCommand = null
|
||||||
|
|
||||||
source.onSuccess(CommandConfirmed(activeCommand.historyId, false)) // TODO: remove test
|
source.onSuccess(CommandConfirmed(activeCommand.historyId, true))
|
||||||
}
|
}
|
||||||
|
|
||||||
NoActiveCommand -> {
|
NoActiveCommand -> {
|
||||||
|
|
Loading…
Reference in a new issue