Skip to content

Commit a013754

Browse files
authored
Merge pull request #10 from ReactiveCocoa/sergey/add-missing-input-feedback
Add missing input feedback
2 parents fc30a04 + 40a263e commit a013754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/LoopBox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal class RootLoopBox<State, Event>: LoopBoxBase<State, Event> {
7272
}
7373

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

7878
func stop() {

0 commit comments

Comments
 (0)