Skip to content

Commit

Permalink
Merge pull request #10 from ReactiveCocoa/sergey/add-missing-input-fe…
Browse files Browse the repository at this point in the history
…edback

Add missing input feedback
  • Loading branch information
andersio authored May 17, 2020
2 parents fc30a04 + 40a263e commit a013754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/LoopBox.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal class RootLoopBox<State, Event>: LoopBoxBase<State, Event> {
}

func start(with feedbacks: [Loop<State, Event>.Feedback]) {
floodgate.bootstrap(with: feedbacks)
floodgate.bootstrap(with: feedbacks + [input.feedback])
}

func stop() {
Expand Down

0 comments on commit a013754

Please sign in to comment.