diff --git a/flowredux/src/commonMain/kotlin/com/freeletics/flowredux/sideeffects/OnEnterStartStateMachine.kt b/flowredux/src/commonMain/kotlin/com/freeletics/flowredux/sideeffects/OnEnterStartStateMachine.kt index 4245deaf..7b9eefc1 100644 --- a/flowredux/src/commonMain/kotlin/com/freeletics/flowredux/sideeffects/OnEnterStartStateMachine.kt +++ b/flowredux/src/commonMain/kotlin/com/freeletics/flowredux/sideeffects/OnEnterStartStateMachine.kt @@ -42,8 +42,10 @@ internal class OnEnterStartStateMachine + runOnlyIfInInputState(getState) { + subStateMachine.dispatch(action) + } } } }